#cdf19d
a light, electric green · cool · closest name: khaki
RGB
205, 241, 157
HSL
86°, 75%, 78%
CMYK
15, 0, 35, 6
Luminance
0.7832
Every format
| HEX | #cdf19d |
| RGB | rgb(205, 241, 157) |
| HSL | hsl(86, 75%, 78%) |
| CMYK | cmyk(15%, 0%, 35%, 6%) |
| LAB | lab(90.9 -25.6 36.8) |
| LCH | lch(90.9 44.8 124.8) |
| OKLCH | oklch(0.913 0.115 127.4) |
Copy-ready code
/* CSS */
color: #cdf19d;
background-color: #cdf19d;
/* Tailwind (arbitrary) */
class="text-[#cdf19d] bg-[#cdf19d]"
/* SCSS */
$brand: #cdf19d;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.616)
/* Android */
Color.parseColor("#cdf19d")Accessibility — WCAG contrast
Aa
#cdf19d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf19d on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue61.6%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow34.9%
Key (black)5.5%
Color previews
#cdf19d text on a black background
contrast 16.66:1
Card sample
#cdf19d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf19d;
Background color
Panel with #cdf19d background
background-color: #cdf19d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf19d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf19d; background: linear-gradient(135deg, #cdf19d, #9DF1A5);