#CCE9E9
A very light, moderate cyan closely aligning with Lightcyan.
About #CCE9E9
When working with digital screens, the color #CCE9E9 is rendered by mixing light. Its closest recognized web color is Lightcyan. In the RGB color space, it consists of 204 red, 233 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 12% Cyan, 0% Magenta, 0% Yellow, and 9% Black. The HSL representation is 180.0° hue, 39.7% saturation, and 85.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCE9E9
RGB204, 233, 233
HSL180.0°, 39.7%, 85.7%
CMYK12%, 0%, 0%, 9%
HSV180.0°, 12.4%, 91.4%
LAB90.3, -9.5, -3.2
XYZ68.7, 77.0, 88.3
Decimal13429225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.40:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE9E9;
}
.text-color {
color: #CCE9E9;
}
.border-color {
border: 2px solid #CCE9E9;
}