#cdf97d
a light, electric green · cool · closest name: khaki
RGB
205, 249, 125
HSL
81°, 91%, 73%
CMYK
18, 0, 50, 2
Luminance
0.8221
Every format
| HEX | #cdf97d |
| RGB | rgb(205, 249, 125) |
| HSL | hsl(81, 91%, 73%) |
| CMYK | cmyk(18%, 0%, 50%, 2%) |
| LAB | lab(92.7 -33.0 54.4) |
| LCH | lch(92.7 63.7 121.2) |
| OKLCH | oklch(0.925 0.159 125.5) |
Copy-ready code
/* CSS */
color: #cdf97d;
background-color: #cdf97d;
/* Tailwind (arbitrary) */
class="text-[#cdf97d] bg-[#cdf97d]"
/* SCSS */
$brand: #cdf97d;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.490)
/* Android */
Color.parseColor("#cdf97d")Accessibility — WCAG contrast
Aa
#cdf97d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf97d on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue49.0%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow49.8%
Key (black)2.4%
Color previews
#cdf97d text on a black background
contrast 17.44:1
Card sample
#cdf97d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf97d;
Background color
Panel with #cdf97d background
background-color: #cdf97d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf97d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf97d; background: linear-gradient(135deg, #cdf97d, #7DF980);