#cdf29c
a light, electric green · cool · closest name: khaki
RGB
205, 242, 156
HSL
86°, 77%, 78%
CMYK
15, 0, 36, 5
Luminance
0.7888
Every format
| HEX | #cdf29c |
| RGB | rgb(205, 242, 156) |
| HSL | hsl(86, 77%, 78%) |
| CMYK | cmyk(15%, 0%, 36%, 5%) |
| LAB | lab(91.2 -26.2 37.7) |
| LCH | lch(91.2 45.9 124.8) |
| OKLCH | oklch(0.915 0.117 127.5) |
Copy-ready code
/* CSS */
color: #cdf29c;
background-color: #cdf29c;
/* Tailwind (arbitrary) */
class="text-[#cdf29c] bg-[#cdf29c]"
/* SCSS */
$brand: #cdf29c;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.612)
/* Android */
Color.parseColor("#cdf29c")Accessibility — WCAG contrast
Aa
#cdf29c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf29c on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue61.2%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow35.5%
Key (black)5.1%
Color previews
#cdf29c text on a black background
contrast 16.78:1
Card sample
#cdf29c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf29c;
Background color
Panel with #cdf29c background
background-color: #cdf29c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf29c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf29c; background: linear-gradient(135deg, #cdf29c, #9CF2A4);