#cdf189
a light, electric green · cool · closest name: khaki
RGB
205, 241, 137
HSL
81°, 79%, 74%
CMYK
15, 0, 43, 6
Luminance
0.7770
Every format
| HEX | #cdf189 |
| RGB | rgb(205, 241, 137) |
| HSL | hsl(81, 79%, 74%) |
| CMYK | cmyk(15%, 0%, 43%, 6%) |
| LAB | lab(90.6 -28.0 46.3) |
| LCH | lch(90.6 54.1 121.2) |
| OKLCH | oklch(0.909 0.137 124.7) |
Copy-ready code
/* CSS */
color: #cdf189;
background-color: #cdf189;
/* Tailwind (arbitrary) */
class="text-[#cdf189] bg-[#cdf189]"
/* SCSS */
$brand: #cdf189;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.537)
/* Android */
Color.parseColor("#cdf189")Accessibility — WCAG contrast
Aa
#cdf189 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf189 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue53.7%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow43.2%
Key (black)5.5%
Color previews
#cdf189 text on a black background
contrast 16.54:1
Card sample
#cdf189 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf189;
Background color
Panel with #cdf189 background
background-color: #cdf189;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf189;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf189; background: linear-gradient(135deg, #cdf189, #89F18A);