#cdf87e
a light, electric green · cool · closest name: khaki
RGB
205, 248, 126
HSL
81°, 90%, 73%
CMYK
17, 0, 49, 3
Luminance
0.8162
Every format
| HEX | #cdf87e |
| RGB | rgb(205, 248, 126) |
| HSL | hsl(81, 90%, 73%) |
| CMYK | cmyk(17%, 0%, 49%, 3%) |
| LAB | lab(92.4 -32.5 53.7) |
| LCH | lch(92.4 62.7 121.2) |
| OKLCH | oklch(0.923 0.157 125.4) |
Copy-ready code
/* CSS */
color: #cdf87e;
background-color: #cdf87e;
/* Tailwind (arbitrary) */
class="text-[#cdf87e] bg-[#cdf87e]"
/* SCSS */
$brand: #cdf87e;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.494)
/* Android */
Color.parseColor("#cdf87e")Accessibility — WCAG contrast
Aa
#cdf87e on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf87e on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue49.4%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow49.2%
Key (black)2.7%
Color previews
#cdf87e text on a black background
contrast 17.32:1
Card sample
#cdf87e text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf87e;
Background color
Panel with #cdf87e background
background-color: #cdf87e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf87e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf87e; background: linear-gradient(135deg, #cdf87e, #7EF880);