#CCE9FF
A very light, vivid blue closely aligning with Lightblue.
About #CCE9FF
At its core, #CCE9FF is a very light and vivid hue. Its closest recognized web color is Lightblue. This translates to an RGB value of rgb(204, 233, 255).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 20% cyan and 9% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCE9FF
RGB204, 233, 255
HSL205.9°, 100.0%, 90.0%
CMYK20%, 9%, 0%, 0%
HSV205.9°, 20.0%, 100.0%
LAB90.9, -4.9, -13.8
XYZ72.1, 78.3, 105.9
Decimal13429247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.67:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE9FF;
}
.text-color {
color: #CCE9FF;
}
.border-color {
border: 2px solid #CCE9FF;
}