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