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