#cdf79c
a light, electric green · cool · closest name: khaki
RGB
205, 247, 156
HSL
88°, 85%, 79%
CMYK
17, 0, 37, 3
Luminance
0.8190
Every format
| HEX | #cdf79c |
| RGB | rgb(205, 247, 156) |
| HSL | hsl(88, 85%, 79%) |
| CMYK | cmyk(17%, 0%, 37%, 3%) |
| LAB | lab(92.5 -28.6 39.4) |
| LCH | lch(92.5 48.7 125.9) |
| OKLCH | oklch(0.926 0.125 128.8) |
Copy-ready code
/* CSS */
color: #cdf79c;
background-color: #cdf79c;
/* Tailwind (arbitrary) */
class="text-[#cdf79c] bg-[#cdf79c]"
/* SCSS */
$brand: #cdf79c;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.612)
/* Android */
Color.parseColor("#cdf79c")Accessibility — WCAG contrast
Aa
#cdf79c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf79c on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue61.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow36.8%
Key (black)3.1%
Color previews
#cdf79c text on a black background
contrast 17.38:1
Card sample
#cdf79c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf79c;
Background color
Panel with #cdf79c background
background-color: #cdf79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf79c; background: linear-gradient(135deg, #cdf79c, #9CF7A8);