#cdf89c
a light, electric green · cool · closest name: khaki
RGB
205, 248, 156
HSL
88°, 87%, 79%
CMYK
17, 0, 37, 3
Luminance
0.8251
Every format
| HEX | #cdf89c |
| RGB | rgb(205, 248, 156) |
| HSL | hsl(88, 87%, 79%) |
| CMYK | cmyk(17%, 0%, 37%, 3%) |
| LAB | lab(92.8 -29.0 39.8) |
| LCH | lch(92.8 49.2 126.1) |
| OKLCH | oklch(0.928 0.126 129.0) |
Copy-ready code
/* CSS */
color: #cdf89c;
background-color: #cdf89c;
/* Tailwind (arbitrary) */
class="text-[#cdf89c] bg-[#cdf89c]"
/* SCSS */
$brand: #cdf89c;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.612)
/* Android */
Color.parseColor("#cdf89c")Accessibility — WCAG contrast
Aa
#cdf89c on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf89c on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue61.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow37.1%
Key (black)2.7%
Color previews
#cdf89c text on a black background
contrast 17.50:1
Card sample
#cdf89c text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf89c;
Background color
Panel with #cdf89c background
background-color: #cdf89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf89c; background: linear-gradient(135deg, #cdf89c, #9CF8A8);