#CCF8F8
A very light, vivid cyan closely aligning with Lightcyan.
About #CCF8F8
Visually, #CCF8F8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Lightcyan. In the RGB color space, it consists of 204 red, 248 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 18% Cyan, 0% Magenta, 0% Yellow, and 3% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CCF8F8
RGB204, 248, 248
HSL180.0°, 75.9%, 88.6%
CMYK18%, 0%, 0%, 3%
HSV180.0°, 17.7%, 97.3%
LAB94.6, -14.0, -4.7
XYZ75.4, 86.7, 101.6
Decimal13433080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.35:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF8F8;
}
.text-color {
color: #CCF8F8;
}
.border-color {
border: 2px solid #CCF8F8;
}