#ade425
a balanced, electric green · cool · closest name: yellow
RGB
173, 228, 37
HSL
77°, 78%, 52%
CMYK
24, 0, 84, 11
Luminance
0.6450
Every format
| HEX | #ade425 |
| RGB | rgb(173, 228, 37) |
| HSL | hsl(77, 78%, 52%) |
| CMYK | cmyk(24%, 0%, 84%, 11%) |
| LAB | lab(84.2 -41.4 77.4) |
| LCH | lch(84.2 87.8 118.1) |
| OKLCH | oklch(0.850 0.207 125.7) |
Copy-ready code
/* CSS */
color: #ade425;
background-color: #ade425;
/* Tailwind (arbitrary) */
class="text-[#ade425] bg-[#ade425]"
/* SCSS */
$brand: #ade425;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.145)
/* Android */
Color.parseColor("#ade425")Accessibility — WCAG contrast
Aa
#ade425 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade425 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue14.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow83.8%
Key (black)10.6%
Color previews
#ade425 text on a black background
contrast 13.90:1
Card sample
#ade425 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade425;
Background color
Panel with #ade425 background
background-color: #ade425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade425; background: linear-gradient(135deg, #ade425, #2EE425);