#cdfe89
a light, electric green · cool · closest name: khaki
RGB
205, 254, 137
HSL
85°, 98%, 77%
CMYK
19, 0, 46, 0
Luminance
0.8567
Every format
| HEX | #cdfe89 |
| RGB | rgb(205, 254, 137) |
| HSL | hsl(85, 98%, 77%) |
| CMYK | cmyk(19%, 0%, 46%, 0%) |
| LAB | lab(94.2 -34.0 50.7) |
| LCH | lch(94.2 61.1 123.9) |
| OKLCH | oklch(0.938 0.154 127.8) |
Copy-ready code
/* CSS */
color: #cdfe89;
background-color: #cdfe89;
/* Tailwind (arbitrary) */
class="text-[#cdfe89] bg-[#cdfe89]"
/* SCSS */
$brand: #cdfe89;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.537)
/* Android */
Color.parseColor("#cdfe89")Accessibility — WCAG contrast
Aa
#cdfe89 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe89 on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue53.7%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow46.1%
Key (black)0.4%
Color previews
#cdfe89 text on a black background
contrast 18.13:1
Card sample
#cdfe89 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe89;
Background color
Panel with #cdfe89 background
background-color: #cdfe89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe89; background: linear-gradient(135deg, #cdfe89, #89FE93);