#cdfe82
a light, electric green · cool · closest name: khaki
RGB
205, 254, 130
HSL
84°, 98%, 75%
CMYK
19, 0, 49, 0
Luminance
0.8547
Every format
| HEX | #cdfe82 |
| RGB | rgb(205, 254, 130) |
| HSL | hsl(84, 98%, 75%) |
| CMYK | cmyk(19%, 0%, 49%, 0%) |
| LAB | lab(94.1 -34.8 53.8) |
| LCH | lch(94.1 64.1 122.9) |
| OKLCH | oklch(0.937 0.161 127.0) |
Copy-ready code
/* CSS */
color: #cdfe82;
background-color: #cdfe82;
/* Tailwind (arbitrary) */
class="text-[#cdfe82] bg-[#cdfe82]"
/* SCSS */
$brand: #cdfe82;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.510)
/* Android */
Color.parseColor("#cdfe82")Accessibility — WCAG contrast
Aa
#cdfe82 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe82 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue51.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow48.8%
Key (black)0.4%
Color previews
#cdfe82 text on a black background
contrast 18.09:1
Card sample
#cdfe82 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe82;
Background color
Panel with #cdfe82 background
background-color: #cdfe82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe82; background: linear-gradient(135deg, #cdfe82, #82FE8A);