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