#CCE2F8
A very light, vivid blue closely aligning with Lavender.
About #CCE2F8
When working with digital screens, the color #CCE2F8 is rendered by mixing light. It is closely associated with the named CSS color Lavender. This translates to an RGB value of rgb(204, 226, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 18% cyan, 9% magenta, 0% yellow, and 3% black. With a hue angle of 210.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCE2F8
RGB204, 226, 248
HSL210.0°, 75.9%, 88.6%
CMYK18%, 9%, 0%, 3%
HSV210.0°, 17.7%, 97.3%
LAB88.9, -2.8, -13.1
XYZ69.0, 74.0, 99.5
Decimal13427448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.80:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE2F8;
}
.text-color {
color: #CCE2F8;
}
.border-color {
border: 2px solid #CCE2F8;
}