#ade525
a balanced, electric green · cool · closest name: yellow
RGB
173, 229, 37
HSL
78°, 79%, 52%
CMYK
25, 0, 84, 10
Luminance
0.6506
Every format
| HEX | #ade525 |
| RGB | rgb(173, 229, 37) |
| HSL | hsl(78, 79%, 52%) |
| CMYK | cmyk(25%, 0%, 84%, 10%) |
| LAB | lab(84.5 -41.9 77.7) |
| LCH | lch(84.5 88.2 118.3) |
| OKLCH | oklch(0.852 0.208 125.9) |
Copy-ready code
/* CSS */
color: #ade525;
background-color: #ade525;
/* Tailwind (arbitrary) */
class="text-[#ade525] bg-[#ade525]"
/* SCSS */
$brand: #ade525;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.145)
/* Android */
Color.parseColor("#ade525")Accessibility — WCAG contrast
Aa
#ade525 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade525 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue14.5%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow83.8%
Key (black)10.2%
Color previews
#ade525 text on a black background
contrast 14.01:1
Card sample
#ade525 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade525;
Background color
Panel with #ade525 background
background-color: #ade525;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade525;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade525; background: linear-gradient(135deg, #ade525, #2DE525);