#00A7FF color codes
- HEX
- #00A7FF
- HEX8
- #00A7FFFF
- HEX8 (Android)
- #FF00A7FF
- RGB
- rgb(0, 167, 255)
- RGB (%)
- 0%, 65%, 100%
- HSL
- hsl(201, 100%, 50%)
- HSV / HSB
- hsv(201, 100%, 100%)
- CMYK
- cmyk(100%, 35%, 0%, 0%)
- OKLCH
- oklch(0.7004 0.1705 243.35)
- OKLCH (%)
- oklch(70.04% 0.1705 243.35)
- Decimal
- 43007
What color is #00A7FF?
#00A7FF sits at 70% lightness and 0.1705 chroma in OKLCH, hue 243.35°. Its nearest named color is DodgerBlue.
Shades and tints of #00A7FF
Tints
Shades
Tones
#00A7FF color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #00A7FF in CSS
.text { color: #00A7FF; }
.background { background-color: #00A7FF; }
.border { border: 2px solid #00A7FF; }
/* Modern, perceptually uniform */
.text { color: oklch(0.7004 0.1705 243.35); }
/* #00A7FF at 50% transparency */
.overlay { background-color: #00A7FF80; }Is #00A7FF accessible?
#00A7FF on white text scores 2.63:1; on black text it scores 7.97:1. Black text passes WCAG AAA on #00A7FF. Recommended text color on a #00A7FF background: black.
A 7.97:1 vs black
A 2.63:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#00A7FF) → black APCA Lc experimental 55.7 Lc · large or bold text (white text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Blue #0000FF. See more in the blue family on the colors hub.
Frequently asked questions
- What color is #00A7FF?
- #00A7FF is closest to DodgerBlue. In RGB it is rgb(0, 167, 255), and in HSL hsl(201, 100%, 50%).
- What is #00A7FF in RGB?
- #00A7FF converts to rgb(0, 167, 255) — red 0, green 167, blue 255.
- What text color is readable on #00A7FF?
- Black text — it has the higher contrast ratio (7.97:1) against #00A7FF. Black text passes WCAG AAA on #00A7FF.