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