#CCFFF8
A very light, vivid cyan closely aligning with Lightcyan.
About #CCFFF8
At its core, #CCFFF8 is a very light and vivid hue. Its closest recognized web color is Lightcyan. Its digital footprint relies on 204 parts red, 255 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 20% C, 0% M, 3% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#CCFFF8
RGB204, 255, 248
HSL171.8°, 100.0%, 90.0%
CMYK20%, 0%, 3%, 0%
HSV171.8°, 20.0%, 100.0%
LAB96.5, -17.4, -2.0
XYZ77.6, 91.1, 102.3
Decimal13434872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.23:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFF8;
}
.text-color {
color: #CCFFF8;
}
.border-color {
border: 2px solid #CCFFF8;
}