#cdf581
a light, electric green · cool · closest name: khaki
RGB
205, 245, 129
HSL
81°, 85%, 73%
CMYK
16, 0, 47, 4
Luminance
0.7987
Every format
| HEX | #cdf581 |
| RGB | rgb(205, 245, 129) |
| HSL | hsl(81, 85%, 73%) |
| CMYK | cmyk(16%, 0%, 47%, 4%) |
| LAB | lab(91.6 -30.8 51.3) |
| LCH | lch(91.6 59.8 120.9) |
| OKLCH | oklch(0.917 0.150 124.9) |
Copy-ready code
/* CSS */
color: #cdf581;
background-color: #cdf581;
/* Tailwind (arbitrary) */
class="text-[#cdf581] bg-[#cdf581]"
/* SCSS */
$brand: #cdf581;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.506)
/* Android */
Color.parseColor("#cdf581")Accessibility — WCAG contrast
Aa
#cdf581 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf581 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue50.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow47.3%
Key (black)3.9%
Color previews
#cdf581 text on a black background
contrast 16.97:1
Card sample
#cdf581 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf581;
Background color
Panel with #cdf581 background
background-color: #cdf581;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf581;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf581; background: linear-gradient(135deg, #cdf581, #81F582);