#cdf281
a light, electric green · cool · closest name: khaki
RGB
205, 242, 129
HSL
80°, 81%, 73%
CMYK
15, 0, 47, 5
Luminance
0.7807
Every format
| HEX | #cdf281 |
| RGB | rgb(205, 242, 129) |
| HSL | hsl(80, 81%, 73%) |
| CMYK | cmyk(15%, 0%, 47%, 5%) |
| LAB | lab(90.8 -29.4 50.3) |
| LCH | lch(90.8 58.3 120.3) |
| OKLCH | oklch(0.911 0.146 124.2) |
Copy-ready code
/* CSS */
color: #cdf281;
background-color: #cdf281;
/* Tailwind (arbitrary) */
class="text-[#cdf281] bg-[#cdf281]"
/* SCSS */
$brand: #cdf281;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.506)
/* Android */
Color.parseColor("#cdf281")Accessibility — WCAG contrast
Aa
#cdf281 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf281 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue50.6%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow46.7%
Key (black)5.1%
Color previews
#cdf281 text on a black background
contrast 16.61:1
Card sample
#cdf281 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf281;
Background color
Panel with #cdf281 background
background-color: #cdf281;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf281;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf281; background: linear-gradient(135deg, #cdf281, #82F281);