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