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