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