#CCF8FF
A very light, vivid cyan closely aligning with Lightcyan.
About #CCF8FF
Visually, #CCF8FF is defined as a vivid cyan. It is closely associated with the named CSS color Lightcyan. This translates to an RGB value of rgb(204, 248, 255).
If you are designing for print, the four-color process is what matters most. The color uses 20% Cyan, 3% Magenta, 0% Yellow, and 0% Black. The HSL representation is 188.2° hue, 100.0% saturation, and 90.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#CCF8FF
RGB204, 248, 255
HSL188.2°, 100.0%, 90.0%
CMYK20%, 3%, 0%, 0%
HSV188.2°, 20.0%, 100.0%
LAB94.8, -12.5, -8.0
XYZ76.5, 87.2, 107.4
Decimal13433087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.44:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF8FF;
}
.text-color {
color: #CCF8FF;
}
.border-color {
border: 2px solid #CCF8FF;
}