#cdf17c
a light, electric green · cool · closest name: khaki
RGB
205, 241, 124
HSL
79°, 81%, 72%
CMYK
15, 0, 49, 6
Luminance
0.7734
Every format
| HEX | #cdf17c |
| RGB | rgb(205, 241, 124) |
| HSL | hsl(79, 81%, 72%) |
| CMYK | cmyk(15%, 0%, 49%, 6%) |
| LAB | lab(90.5 -29.4 52.3) |
| LCH | lch(90.5 60.0 119.4) |
| OKLCH | oklch(0.908 0.149 123.5) |
Copy-ready code
/* CSS */
color: #cdf17c;
background-color: #cdf17c;
/* Tailwind (arbitrary) */
class="text-[#cdf17c] bg-[#cdf17c]"
/* SCSS */
$brand: #cdf17c;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.486)
/* Android */
Color.parseColor("#cdf17c")Accessibility — WCAG contrast
Aa
#cdf17c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf17c on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue48.6%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow48.5%
Key (black)5.5%
Color previews
#cdf17c text on a black background
contrast 16.47:1
Card sample
#cdf17c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf17c;
Background color
Panel with #cdf17c background
background-color: #cdf17c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf17c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf17c; background: linear-gradient(135deg, #cdf17c, #7FF17C);