#cdf889
a light, electric green · cool · closest name: khaki
RGB
205, 248, 137
HSL
83°, 89%, 76%
CMYK
17, 0, 45, 3
Luminance
0.8192
Every format
| HEX | #cdf889 |
| RGB | rgb(205, 248, 137) |
| HSL | hsl(83, 89%, 76%) |
| CMYK | cmyk(17%, 0%, 45%, 3%) |
| LAB | lab(92.5 -31.3 48.7) |
| LCH | lch(92.5 57.9 122.7) |
| OKLCH | oklch(0.925 0.146 126.4) |
Copy-ready code
/* CSS */
color: #cdf889;
background-color: #cdf889;
/* Tailwind (arbitrary) */
class="text-[#cdf889] bg-[#cdf889]"
/* SCSS */
$brand: #cdf889;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.537)
/* Android */
Color.parseColor("#cdf889")Accessibility — WCAG contrast
Aa
#cdf889 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf889 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue53.7%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow44.8%
Key (black)2.7%
Color previews
#cdf889 text on a black background
contrast 17.38:1
Card sample
#cdf889 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf889;
Background color
Panel with #cdf889 background
background-color: #cdf889;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf889;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf889; background: linear-gradient(135deg, #cdf889, #89F88F);