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