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