#cdf48d
a light, electric green · cool · closest name: khaki
RGB
205, 244, 141
HSL
83°, 82%, 76%
CMYK
16, 0, 42, 4
Luminance
0.7960
Every format
| HEX | #cdf48d |
| RGB | rgb(205, 244, 141) |
| HSL | hsl(83, 82%, 76%) |
| CMYK | cmyk(16%, 0%, 42%, 4%) |
| LAB | lab(91.5 -29.0 45.5) |
| LCH | lch(91.5 53.9 122.5) |
| OKLCH | oklch(0.917 0.137 125.9) |
Copy-ready code
/* CSS */
color: #cdf48d;
background-color: #cdf48d;
/* Tailwind (arbitrary) */
class="text-[#cdf48d] bg-[#cdf48d]"
/* SCSS */
$brand: #cdf48d;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.553)
/* Android */
Color.parseColor("#cdf48d")Accessibility — WCAG contrast
Aa
#cdf48d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf48d on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue55.3%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow42.2%
Key (black)4.3%
Color previews
#cdf48d text on a black background
contrast 16.92:1
Card sample
#cdf48d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf48d;
Background color
Panel with #cdf48d background
background-color: #cdf48d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf48d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf48d; background: linear-gradient(135deg, #cdf48d, #8DF492);