#cdff76
a light, electric green · cool · closest name: khaki
RGB
205, 255, 118
HSL
82°, 100%, 73%
CMYK
20, 0, 54, 0
Luminance
0.8581
Every format
| HEX | #cdff76 |
| RGB | rgb(205, 255, 118) |
| HSL | hsl(82, 100%, 73%) |
| CMYK | cmyk(20%, 0%, 54%, 0%) |
| LAB | lab(94.2 -36.4 59.5) |
| LCH | lch(94.2 69.7 121.5) |
| OKLCH | oklch(0.938 0.173 126.2) |
Copy-ready code
/* CSS */
color: #cdff76;
background-color: #cdff76;
/* Tailwind (arbitrary) */
class="text-[#cdff76] bg-[#cdff76]"
/* SCSS */
$brand: #cdff76;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.463)
/* Android */
Color.parseColor("#cdff76")Accessibility — WCAG contrast
Aa
#cdff76 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff76 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue46.3%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow53.7%
Key (black)0.0%
Color previews
#cdff76 text on a black background
contrast 18.16:1
Card sample
#cdff76 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff76;
Background color
Panel with #cdff76 background
background-color: #cdff76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff76; background: linear-gradient(135deg, #cdff76, #76FF7A);