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