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