#cdf59d
a light, electric green · cool · closest name: khaki
RGB
205, 245, 157
HSL
87°, 82%, 79%
CMYK
16, 0, 36, 4
Luminance
0.8072
Every format
| HEX | #cdf59d |
| RGB | rgb(205, 245, 157) |
| HSL | hsl(87, 82%, 79%) |
| CMYK | cmyk(16%, 0%, 36%, 4%) |
| LAB | lab(92.0 -27.5 38.2) |
| LCH | lch(92.0 47.1 125.7) |
| OKLCH | oklch(0.921 0.121 128.4) |
Copy-ready code
/* CSS */
color: #cdf59d;
background-color: #cdf59d;
/* Tailwind (arbitrary) */
class="text-[#cdf59d] bg-[#cdf59d]"
/* SCSS */
$brand: #cdf59d;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.616)
/* Android */
Color.parseColor("#cdf59d")Accessibility — WCAG contrast
Aa
#cdf59d on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf59d on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue61.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow35.9%
Key (black)3.9%
Color previews
#cdf59d text on a black background
contrast 17.14:1
Card sample
#cdf59d text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf59d;
Background color
Panel with #cdf59d background
background-color: #cdf59d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf59d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf59d; background: linear-gradient(135deg, #cdf59d, #9DF5A8);