#cdf879
a light, electric green · cool · closest name: khaki
RGB
205, 248, 121
HSL
80°, 90%, 72%
CMYK
17, 0, 51, 3
Luminance
0.8149
Every format
| HEX | #cdf879 |
| RGB | rgb(205, 248, 121) |
| HSL | hsl(80, 90%, 72%) |
| CMYK | cmyk(17%, 0%, 51%, 3%) |
| LAB | lab(92.3 -32.9 55.9) |
| LCH | lch(92.3 64.9 120.5) |
| OKLCH | oklch(0.923 0.162 125.0) |
Copy-ready code
/* CSS */
color: #cdf879;
background-color: #cdf879;
/* Tailwind (arbitrary) */
class="text-[#cdf879] bg-[#cdf879]"
/* SCSS */
$brand: #cdf879;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.475)
/* Android */
Color.parseColor("#cdf879")Accessibility — WCAG contrast
Aa
#cdf879 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf879 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue47.5%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow51.2%
Key (black)2.7%
Color previews
#cdf879 text on a black background
contrast 17.30:1
Card sample
#cdf879 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf879;
Background color
Panel with #cdf879 background
background-color: #cdf879;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf879;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf879; background: linear-gradient(135deg, #cdf879, #79F87A);