#E0FFFF
lightcyan
#E0FFFF is the CSS named color "lightcyan", an exact match. In RGB it breaks down to red 224, green 255, and blue 255 out of 255 each. In HSL terms that's a hue of 180°, 100% saturation, and 94% lightness: very light, close to white — it works best as a background with dark text on top, not as text on a light page.
Every format
| HEX | #e0ffff |
| RGB | rgb(224, 255, 255) |
| HSL | hsl(180° 100% 94%) |
| HSB | hsb(180° 12% 100%) |
| OKLCH | oklch(98% 0.032 197°) |
| OKLAB | oklab(98% -0.031 -0.009) |
| LCH | lch(98% 10.9 199°) |
| CMYK | cmyk(12% 0% 0% 0%) |
Shades (darker)
#e0ffff · #c6e5e5 · #aecbcb · #95b2b3 · #7d9a9a
Tints (lighter)
#e0ffff · #e1ffff · #e1ffff · #e2ffff · #e3ffff
Shades mix #E0FFFF toward black in even steps, useful for hover and pressed states in a UI; tints mix it toward white, useful for subtle backgrounds and disabled states that still read as the same color family.
On white: 1.05:1 — fails
On black: 19.92:1 — AAA
Frequently asked
- What is #E0FFFF in RGB?
- #E0FFFF is rgb(224, 255, 255) — red 224, green 255, blue 255 out of 255 each.
- Does #E0FFFF pass WCAG contrast on a white background?
- It has a contrast ratio of 1.05:1 against white, which fails for normal text.
- What's a good background color to pair with #E0FFFF?
- Black text or a black background gives better contrast (19.92:1) than white (1.05:1).