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