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