#ade404
a balanced, electric green · cool · closest name: yellow
RGB
173, 228, 4
HSL
75°, 97%, 46%
CMYK
24, 0, 98, 11
Luminance
0.6438
Every format
| HEX | #ade404 |
| RGB | rgb(173, 228, 4) |
| HSL | hsl(75, 97%, 46%) |
| CMYK | cmyk(24%, 0%, 98%, 11%) |
| LAB | lab(84.2 -42.0 82.0) |
| LCH | lch(84.2 92.1 117.2) |
| OKLCH | oklch(0.849 0.214 125.3) |
Copy-ready code
/* CSS */
color: #ade404;
background-color: #ade404;
/* Tailwind (arbitrary) */
class="text-[#ade404] bg-[#ade404]"
/* SCSS */
$brand: #ade404;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.016)
/* Android */
Color.parseColor("#ade404")Accessibility — WCAG contrast
Aa
#ade404 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade404 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue1.6%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow98.2%
Key (black)10.6%
Color previews
#ade404 text on a black background
contrast 13.88:1
Card sample
#ade404 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade404;
Background color
Panel with #ade404 background
background-color: #ade404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade404; background: linear-gradient(135deg, #ade404, #18E404);