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