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