#cdf389
a light, electric green · cool · closest name: khaki
RGB
205, 243, 137
HSL
82°, 82%, 75%
CMYK
16, 0, 44, 5
Luminance
0.7889
Every format
| HEX | #cdf389 |
| RGB | rgb(205, 243, 137) |
| HSL | hsl(82, 82%, 75%) |
| CMYK | cmyk(16%, 0%, 44%, 5%) |
| LAB | lab(91.2 -29.0 47.0) |
| LCH | lch(91.2 55.2 121.7) |
| OKLCH | oklch(0.914 0.139 125.2) |
Copy-ready code
/* CSS */
color: #cdf389;
background-color: #cdf389;
/* Tailwind (arbitrary) */
class="text-[#cdf389] bg-[#cdf389]"
/* SCSS */
$brand: #cdf389;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.537)
/* Android */
Color.parseColor("#cdf389")Accessibility — WCAG contrast
Aa
#cdf389 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf389 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue53.7%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow43.6%
Key (black)4.7%
Color previews
#cdf389 text on a black background
contrast 16.78:1
Card sample
#cdf389 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf389;
Background color
Panel with #cdf389 background
background-color: #cdf389;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf389;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf389; background: linear-gradient(135deg, #cdf389, #89F38C);