#CCE9F0
A very light, moderate cyan closely aligning with Powderblue.
About #CCE9F0
At its core, #CCE9F0 is a very light and moderate hue. Designers often compare it to the standard color Powderblue. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 233, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 15% Cyan, 3% Magenta, 0% Yellow, and 6% Black. The HSL representation is 191.7° hue, 54.5% saturation, and 87.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCE9F0
RGB204, 233, 240
HSL191.7°, 54.5%, 87.1%
CMYK15%, 3%, 0%, 6%
HSV191.7°, 15.0%, 94.1%
LAB90.5, -8.1, -6.6
XYZ69.8, 77.4, 93.7
Decimal13429232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.48:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE9F0;
}
.text-color {
color: #CCE9F0;
}
.border-color {
border: 2px solid #CCE9F0;
}