#E0FFFF color codes
- HEX
- #E0FFFF
- HEX8
- #E0FFFFFF
- HEX8 (Android)
- #FFE0FFFF
- RGB
- rgb(224, 255, 255)
- RGB (%)
- 88%, 100%, 100%
- HSL
- hsl(180, 100%, 94%)
- HSV / HSB
- hsv(180, 12%, 100%)
- CMYK
- cmyk(12%, 0%, 0%, 0%)
- OKLCH
- oklch(0.9779 0.032 196.64)
- OKLCH (%)
- oklch(97.79% 0.032 196.64)
- Decimal
- 14745599
What color is #E0FFFF?
#E0FFFF sits at 98% lightness and 0.032 chroma in OKLCH, hue 196.64°. Its nearest named color is LightCyan (an exact match).
Shades and tints of #E0FFFF
Tints
Shades
Tones
#E0FFFF color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #E0FFFF in CSS
.text { color: #E0FFFF; }
.background { background-color: #E0FFFF; }
.border { border: 2px solid #E0FFFF; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9779 0.032 196.64); }
/* #E0FFFF at 50% transparency */
.overlay { background-color: #E0FFFF80; }Is #E0FFFF accessible?
#E0FFFF on white text scores 1.05:1; on black text it scores 19.92:1. Black text passes WCAG AAA on #E0FFFF. Recommended text color on a #E0FFFF background: black.
A 19.92:1 vs black
A 1.05: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(#E0FFFF) → black APCA Lc experimental 102.4 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
See more in the cyan family on the colors hub.
Frequently asked questions
- What color is #E0FFFF?
- #E0FFFF is LightCyan. In RGB it is rgb(224, 255, 255), and in HSL hsl(180, 100%, 94%).
- What is #E0FFFF in RGB?
- #E0FFFF converts to rgb(224, 255, 255) — red 224, green 255, blue 255.
- What text color is readable on #E0FFFF?
- Black text — it has the higher contrast ratio (19.92:1) against #E0FFFF. Black text passes WCAG AAA on #E0FFFF.