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