#ade504
a balanced, electric green · cool · closest name: yellow
RGB
173, 229, 4
HSL
75°, 97%, 46%
CMYK
25, 0, 98, 10
Luminance
0.6493
Every format
| HEX | #ade504 |
| RGB | rgb(173, 229, 4) |
| HSL | hsl(75, 97%, 46%) |
| CMYK | cmyk(25%, 0%, 98%, 10%) |
| LAB | lab(84.5 -42.5 82.2) |
| LCH | lch(84.5 92.5 117.3) |
| OKLCH | oklch(0.852 0.215 125.5) |
Copy-ready code
/* CSS */
color: #ade504;
background-color: #ade504;
/* Tailwind (arbitrary) */
class="text-[#ade504] bg-[#ade504]"
/* SCSS */
$brand: #ade504;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.016)
/* Android */
Color.parseColor("#ade504")Accessibility — WCAG contrast
Aa
#ade504 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade504 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue1.6%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow98.3%
Key (black)10.2%
Color previews
#ade504 text on a black background
contrast 13.99:1
Card sample
#ade504 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade504;
Background color
Panel with #ade504 background
background-color: #ade504;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade504;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade504; background: linear-gradient(135deg, #ade504, #17E504);