CSS named color
LightCyan
#E0FFFF
HEX
#e0ffffRGB
rgb(224, 255, 255)HSL
hsl(180, 100%, 94%)OKLCH
oklch(97.79% 0.0320 196.64)NAME
lightcyanPalette
Complementary
180° on the color wheelComplement
#FFE0E0
Analogous
±30° around the base hueLeft
#E0FFF0
Right
#E0F0FF
Triadic
±120° for harmonic contrastTriad 1
#FFE0FF
Triad 2
#FFFFE0
LightYellow
Shades
Lighter and darker variantsCSS usage
By name
color: lightcyan;
background-color: lightcyan;By HEX
color: #e0ffff;
background-color: #e0ffff;By RGB
color: rgb(224, 255, 255);
background-color: rgb(224, 255, 255);By HSL
color: hsl(180, 100%, 94%);
background-color: hsl(180, 100%, 94%);WCAG contrast vs white
Aa
1.05:1
Below minimum
WCAG contrast vs black
Aa
19.92:1
AAA
Related colors
FAQ — LightCyan
What is the HEX code for LightCyan?
The HEX code for LightCyan is #E0FFFF. It's one of the 148 named CSS colors and can be used directly in CSS as color: lightcyan; or color: #e0ffff;
What is LightCyan in RGB?
LightCyan in RGB is rgb(224, 255, 255) — red 224, green 255, blue 255.
What is LightCyan in HSL?
LightCyan in HSL is hsl(180, 100%, 94%) — hue 180°, saturation 100%, lightness 94%.
What is the complementary color of LightCyan?
The complementary color (directly opposite LightCyan on the color wheel) is #FFE0E0. The two together produce maximum contrast.
Is white text readable on LightCyan?
The WCAG contrast ratio against white (#FFFFFF) is 1.05:1, and against black (#000000) it's 19.92:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.