#cdff89
a light, electric green · cool · closest name: khaki
RGB
205, 255, 137
HSL
85°, 100%, 77%
CMYK
20, 0, 46, 0
Luminance
0.8631
Every format
| HEX | #cdff89 |
| RGB | rgb(205, 255, 137) |
| HSL | hsl(85, 100%, 77%) |
| CMYK | cmyk(20%, 0%, 46%, 0%) |
| LAB | lab(94.4 -34.5 51.0) |
| LCH | lch(94.4 61.6 124.1) |
| OKLCH | oklch(0.940 0.156 128.0) |
Copy-ready code
/* CSS */
color: #cdff89;
background-color: #cdff89;
/* Tailwind (arbitrary) */
class="text-[#cdff89] bg-[#cdff89]"
/* SCSS */
$brand: #cdff89;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.537)
/* Android */
Color.parseColor("#cdff89")Accessibility — WCAG contrast
Aa
#cdff89 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff89 on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue53.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow46.3%
Key (black)0.0%
Color previews
#cdff89 text on a black background
contrast 18.26:1
Card sample
#cdff89 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff89;
Background color
Panel with #cdff89 background
background-color: #cdff89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff89; background: linear-gradient(135deg, #cdff89, #89FF94);