#cdf39f
a light, electric green · cool · closest name: khaki
RGB
205, 243, 159
HSL
87°, 78%, 79%
CMYK
16, 0, 35, 5
Luminance
0.7958
Every format
| HEX | #cdf39f |
| RGB | rgb(205, 243, 159) |
| HSL | hsl(87, 78%, 79%) |
| CMYK | cmyk(16%, 0%, 35%, 5%) |
| LAB | lab(91.5 -26.3 36.6) |
| LCH | lch(91.5 45.0 125.7) |
| OKLCH | oklch(0.917 0.116 128.3) |
Copy-ready code
/* CSS */
color: #cdf39f;
background-color: #cdf39f;
/* Tailwind (arbitrary) */
class="text-[#cdf39f] bg-[#cdf39f]"
/* SCSS */
$brand: #cdf39f;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.624)
/* Android */
Color.parseColor("#cdf39f")Accessibility — WCAG contrast
Aa
#cdf39f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf39f on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue62.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow34.6%
Key (black)4.7%
Color previews
#cdf39f text on a black background
contrast 16.92:1
Card sample
#cdf39f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf39f;
Background color
Panel with #cdf39f background
background-color: #cdf39f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf39f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf39f; background: linear-gradient(135deg, #cdf39f, #9FF3A9);