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