#cdf76e
a light, electric green · cool · closest name: khaki
RGB
205, 247, 110
HSL
78°, 90%, 70%
CMYK
17, 0, 56, 3
Luminance
0.8063
Every format
| HEX | #cdf76e |
| RGB | rgb(205, 247, 110) |
| HSL | hsl(78, 90%, 70%) |
| CMYK | cmyk(17%, 0%, 56%, 3%) |
| LAB | lab(92.0 -33.5 60.4) |
| LCH | lch(92.0 69.0 119.0) |
| OKLCH | oklch(0.919 0.170 124.0) |
Copy-ready code
/* CSS */
color: #cdf76e;
background-color: #cdf76e;
/* Tailwind (arbitrary) */
class="text-[#cdf76e] bg-[#cdf76e]"
/* SCSS */
$brand: #cdf76e;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.431)
/* Android */
Color.parseColor("#cdf76e")Accessibility — WCAG contrast
Aa
#cdf76e on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf76e on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue43.1%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow55.5%
Key (black)3.1%
Color previews
#cdf76e text on a black background
contrast 17.13:1
Card sample
#cdf76e text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf76e;
Background color
Panel with #cdf76e background
background-color: #cdf76e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf76e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf76e; background: linear-gradient(135deg, #cdf76e, #72F76E);