#ade25a
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 226, 90
HSL
83°, 70%, 62%
CMYK
24, 0, 60, 11
Luminance
0.6402
Every format
| HEX | #ade25a |
| RGB | rgb(173, 226, 90) |
| HSL | hsl(83, 70%, 62%) |
| CMYK | cmyk(24%, 0%, 60%, 11%) |
| LAB | lab(84.0 -37.6 59.5) |
| LCH | lch(84.0 70.3 122.3) |
| OKLCH | oklch(0.849 0.174 127.7) |
Copy-ready code
/* CSS */
color: #ade25a;
background-color: #ade25a;
/* Tailwind (arbitrary) */
class="text-[#ade25a] bg-[#ade25a]"
/* SCSS */
$brand: #ade25a;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.353)
/* Android */
Color.parseColor("#ade25a")Accessibility — WCAG contrast
Aa
#ade25a on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade25a on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue35.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow60.2%
Key (black)11.4%
Color previews
#ade25a text on a black background
contrast 13.80:1
Card sample
#ade25a text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade25a;
Background color
Panel with #ade25a background
background-color: #ade25a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade25a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade25a; background: linear-gradient(135deg, #ade25a, #5AE262);