#cdfe76
a light, electric green · cool · closest name: khaki
RGB
205, 254, 118
HSL
82°, 99%, 73%
CMYK
19, 0, 54, 0
Luminance
0.8517
Every format
| HEX | #cdfe76 |
| RGB | rgb(205, 254, 118) |
| HSL | hsl(82, 99%, 73%) |
| CMYK | cmyk(19%, 0%, 54%, 0%) |
| LAB | lab(94.0 -36.0 59.1) |
| LCH | lch(94.0 69.2 121.3) |
| OKLCH | oklch(0.935 0.172 126.0) |
Copy-ready code
/* CSS */
color: #cdfe76;
background-color: #cdfe76;
/* Tailwind (arbitrary) */
class="text-[#cdfe76] bg-[#cdfe76]"
/* SCSS */
$brand: #cdfe76;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.463)
/* Android */
Color.parseColor("#cdfe76")Accessibility — WCAG contrast
Aa
#cdfe76 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe76 on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue46.3%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow53.5%
Key (black)0.4%
Color previews
#cdfe76 text on a black background
contrast 18.03:1
Card sample
#cdfe76 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe76;
Background color
Panel with #cdfe76 background
background-color: #cdfe76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe76; background: linear-gradient(135deg, #cdfe76, #76FE79);