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