#cdf571
a light, electric green · cool · closest name: khaki
RGB
205, 245, 113
HSL
78°, 87%, 70%
CMYK
16, 0, 54, 4
Luminance
0.7948
Every format
| HEX | #cdf571 |
| RGB | rgb(205, 245, 113) |
| HSL | hsl(78, 87%, 70%) |
| CMYK | cmyk(16%, 0%, 54%, 4%) |
| LAB | lab(91.5 -32.3 58.4) |
| LCH | lch(91.5 66.8 118.9) |
| OKLCH | oklch(0.915 0.165 123.7) |
Copy-ready code
/* CSS */
color: #cdf571;
background-color: #cdf571;
/* Tailwind (arbitrary) */
class="text-[#cdf571] bg-[#cdf571]"
/* SCSS */
$brand: #cdf571;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.443)
/* Android */
Color.parseColor("#cdf571")Accessibility — WCAG contrast
Aa
#cdf571 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf571 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue44.3%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow53.9%
Key (black)3.9%
Color previews
#cdf571 text on a black background
contrast 16.90:1
Card sample
#cdf571 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf571;
Background color
Panel with #cdf571 background
background-color: #cdf571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf571; background: linear-gradient(135deg, #cdf571, #75F571);