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