#cdf15d
a light, electric green · cool · closest name: khaki
RGB
205, 241, 93
HSL
75°, 84%, 66%
CMYK
15, 0, 61, 6
Luminance
0.7668
Every format
| HEX | #cdf15d |
| RGB | rgb(205, 241, 93) |
| HSL | hsl(75, 84%, 66%) |
| CMYK | cmyk(15%, 0%, 61%, 6%) |
| LAB | lab(90.2 -32.1 65.6) |
| LCH | lch(90.2 73.0 116.1) |
| OKLCH | oklch(0.904 0.177 121.6) |
Copy-ready code
/* CSS */
color: #cdf15d;
background-color: #cdf15d;
/* Tailwind (arbitrary) */
class="text-[#cdf15d] bg-[#cdf15d]"
/* SCSS */
$brand: #cdf15d;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.365)
/* Android */
Color.parseColor("#cdf15d")Accessibility — WCAG contrast
Aa
#cdf15d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf15d on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue36.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow61.4%
Key (black)5.5%
Color previews
#cdf15d text on a black background
contrast 16.34:1
Card sample
#cdf15d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf15d;
Background color
Panel with #cdf15d background
background-color: #cdf15d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf15d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf15d; background: linear-gradient(135deg, #cdf15d, #6AF15D);