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