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