#cdfc89
a light, electric green · cool · closest name: khaki
RGB
205, 252, 137
HSL
85°, 95%, 76%
CMYK
19, 0, 46, 1
Luminance
0.8441
Every format
| HEX | #cdfc89 |
| RGB | rgb(205, 252, 137) |
| HSL | hsl(85, 95%, 76%) |
| CMYK | cmyk(19%, 0%, 46%, 1%) |
| LAB | lab(93.6 -33.1 50.0) |
| LCH | lch(93.6 60.0 123.5) |
| OKLCH | oklch(0.933 0.152 127.3) |
Copy-ready code
/* CSS */
color: #cdfc89;
background-color: #cdfc89;
/* Tailwind (arbitrary) */
class="text-[#cdfc89] bg-[#cdfc89]"
/* SCSS */
$brand: #cdfc89;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.537)
/* Android */
Color.parseColor("#cdfc89")Accessibility — WCAG contrast
Aa
#cdfc89 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc89 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue53.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow45.6%
Key (black)1.2%
Color previews
#cdfc89 text on a black background
contrast 17.88:1
Card sample
#cdfc89 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc89;
Background color
Panel with #cdfc89 background
background-color: #cdfc89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc89; background: linear-gradient(135deg, #cdfc89, #89FC92);