#F0FFFF color codes
- HEX
- #F0FFFF
- HEX8
- #F0FFFFFF
- HEX8 (Android)
- #FFF0FFFF
- RGB
- rgb(240, 255, 255)
- RGB (%)
- 94%, 100%, 100%
- HSL
- hsl(180, 100%, 97%)
- HSV / HSB
- hsv(180, 6%, 100%)
- CMYK
- cmyk(6%, 0%, 0%, 0%)
- OKLCH
- oklch(0.989 0.0157 196.9)
- OKLCH (%)
- oklch(98.9% 0.0157 196.9)
- Decimal
- 15794175
What color is #F0FFFF?
#F0FFFF sits at 99% lightness and 0.0157 chroma in OKLCH, hue 196.9°. Its nearest named color is Azure (an exact match).
Shades and tints of #F0FFFF
Tints
Shades
Tones
#F0FFFF color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #F0FFFF in CSS
.text { color: #F0FFFF; }
.background { background-color: #F0FFFF; }
.border { border: 2px solid #F0FFFF; }
/* Modern, perceptually uniform */
.text { color: oklch(0.989 0.0157 196.9); }
/* #F0FFFF at 50% transparency */
.overlay { background-color: #F0FFFF80; }Is #F0FFFF accessible?
#F0FFFF on white text scores 1.03:1; on black text it scores 20.45:1. Black text passes WCAG AAA on #F0FFFF. Recommended text color on a #F0FFFF background: black.
A 20.45:1 vs black
A 1.03: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(#F0FFFF) → black APCA Lc experimental 104.2 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: White #FFFFFF. See more in the white family on the colors hub.
Frequently asked questions
- What color is #F0FFFF?
- #F0FFFF is Azure. In RGB it is rgb(240, 255, 255), and in HSL hsl(180, 100%, 97%).
- What is #F0FFFF in RGB?
- #F0FFFF converts to rgb(240, 255, 255) — red 240, green 255, blue 255.
- What text color is readable on #F0FFFF?
- Black text — it has the higher contrast ratio (20.45:1) against #F0FFFF. Black text passes WCAG AAA on #F0FFFF.