#CCE9E2
A very light, moderate cyan closely aligning with Lightcyan.
About #CCE9E2
At its core, #CCE9E2 is a very light and moderate hue. Its closest recognized web color is Lightcyan. Its digital footprint relies on 204 parts red, 233 parts green, and 226 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 12% Cyan, 0% Magenta, 3% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCE9E2
RGB204, 233, 226
HSL165.5°, 39.7%, 85.7%
CMYK12%, 0%, 3%, 9%
HSV165.5°, 12.4%, 91.4%
LAB90.1, -10.8, 0.2
XYZ67.8, 76.6, 83.2
Decimal13429218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.32:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE9E2;
}
.text-color {
color: #CCE9E2;
}
.border-color {
border: 2px solid #CCE9E2;
}