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