#ade011
a balanced, electric green · cool · closest name: yellow
RGB
173, 224, 17
HSL
75°, 86%, 47%
CMYK
23, 0, 92, 12
Luminance
0.6224
Every format
| HEX | #ade011 |
| RGB | rgb(173, 224, 17) |
| HSL | hsl(75, 86%, 47%) |
| CMYK | cmyk(23%, 0%, 92%, 12%) |
| LAB | lab(83.0 -40.1 79.8) |
| LCH | lch(83.0 89.4 116.7) |
| OKLCH | oklch(0.840 0.208 124.7) |
Copy-ready code
/* CSS */
color: #ade011;
background-color: #ade011;
/* Tailwind (arbitrary) */
class="text-[#ade011] bg-[#ade011]"
/* SCSS */
$brand: #ade011;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.067)
/* Android */
Color.parseColor("#ade011")Accessibility — WCAG contrast
Aa
#ade011 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade011 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue6.7%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow92.4%
Key (black)12.2%
Color previews
#ade011 text on a black background
contrast 13.45:1
Card sample
#ade011 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade011;
Background color
Panel with #ade011 background
background-color: #ade011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade011; background: linear-gradient(135deg, #ade011, #23E011);