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