#ccfeac
a light, electric green · cool · closest name: khaki
RGB
204, 254, 172
HSL
97°, 98%, 84%
CMYK
20, 0, 32, 0
Luminance
0.8670
Every format
| HEX | #ccfeac |
| RGB | rgb(204, 254, 172) |
| HSL | hsl(97, 98%, 84%) |
| CMYK | cmyk(20%, 0%, 32%, 0%) |
| LAB | lab(94.6 -30.0 34.2) |
| LCH | lch(94.6 45.5 131.3) |
| OKLCH | oklch(0.943 0.118 133.7) |
Copy-ready code
/* CSS */
color: #ccfeac;
background-color: #ccfeac;
/* Tailwind (arbitrary) */
class="text-[#ccfeac] bg-[#ccfeac]"
/* SCSS */
$brand: #ccfeac;
/* SwiftUI */
Color(red: 0.800, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#ccfeac")Accessibility — WCAG contrast
Aa
#ccfeac on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfeac on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.6%
Blue67.5%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#ccfeac text on a black background
contrast 18.34:1
Card sample
#ccfeac text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfeac;
Background color
Panel with #ccfeac background
background-color: #ccfeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfeac; background: linear-gradient(135deg, #ccfeac, #ACFEC3);