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