#CCF8A8
A very light, vivid green closely aligning with Lightgreen.
About #CCF8A8
At its core, #CCF8A8 is a very light and vivid hue. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 248, and 168.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 18% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CCF8A8
RGB204, 248, 168
HSL93.0°, 85.1%, 81.6%
CMYK18%, 0%, 32%, 3%
HSV93.0°, 32.3%, 97.3%
LAB92.9, -27.8, 33.9
XYZ65.5, 82.8, 49.6
Decimal13433000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.56:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF8A8;
}
.text-color {
color: #CCF8A8;
}
.border-color {
border: 2px solid #CCF8A8;
}