CSS named color

LightCyan

#E0FFFF
HEX#e0ffff
RGBrgb(224, 255, 255)
HSLhsl(180, 100%, 94%)
OKLCHoklch(97.79% 0.0320 196.64)
NAMElightcyan

Palette

Complementary

180° on the color wheel
Complement
#FFE0E0

Analogous

±30° around the base hue
Left
#E0FFF0
Right
#E0F0FF

Triadic

±120° for harmonic contrast

Shades

Lighter and darker variants
Lightest
#F5FFFF
Lighter
#E5FFFF
Base
#E0FFFF
LightCyan
Darker
#7AFFFF
Darkest
#2EFFFF

CSS 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.

← All colors & converter