#cdff82
a light, electric green · cool · closest name: khaki
RGB
205, 255, 130
HSL
84°, 100%, 76%
CMYK
20, 0, 49, 0
Luminance
0.8611
Every format
| HEX | #cdff82 |
| RGB | rgb(205, 255, 130) |
| HSL | hsl(84, 100%, 76%) |
| CMYK | cmyk(20%, 0%, 49%, 0%) |
| LAB | lab(94.4 -35.3 54.2) |
| LCH | lch(94.4 64.6 123.1) |
| OKLCH | oklch(0.939 0.163 127.2) |
Copy-ready code
/* CSS */
color: #cdff82;
background-color: #cdff82;
/* Tailwind (arbitrary) */
class="text-[#cdff82] bg-[#cdff82]"
/* SCSS */
$brand: #cdff82;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.510)
/* Android */
Color.parseColor("#cdff82")Accessibility — WCAG contrast
Aa
#cdff82 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff82 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue51.0%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow49.0%
Key (black)0.0%
Color previews
#cdff82 text on a black background
contrast 18.22:1
Card sample
#cdff82 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff82;
Background color
Panel with #cdff82 background
background-color: #cdff82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff82; background: linear-gradient(135deg, #cdff82, #82FF8A);