#cdf579
a light, electric green · cool · closest name: khaki
RGB
205, 245, 121
HSL
79°, 86%, 72%
CMYK
16, 0, 51, 4
Luminance
0.7966
Every format
| HEX | #cdf579 |
| RGB | rgb(205, 245, 121) |
| HSL | hsl(79, 86%, 72%) |
| CMYK | cmyk(16%, 0%, 51%, 4%) |
| LAB | lab(91.5 -31.6 54.9) |
| LCH | lch(91.5 63.3 119.9) |
| OKLCH | oklch(0.916 0.158 124.2) |
Copy-ready code
/* CSS */
color: #cdf579;
background-color: #cdf579;
/* Tailwind (arbitrary) */
class="text-[#cdf579] bg-[#cdf579]"
/* SCSS */
$brand: #cdf579;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.475)
/* Android */
Color.parseColor("#cdf579")Accessibility — WCAG contrast
Aa
#cdf579 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf579 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue47.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow50.6%
Key (black)3.9%
Color previews
#cdf579 text on a black background
contrast 16.93:1
Card sample
#cdf579 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf579;
Background color
Panel with #cdf579 background
background-color: #cdf579;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf579;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf579; background: linear-gradient(135deg, #cdf579, #7AF579);