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