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