#ade15a
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 225, 90
HSL
83°, 69%, 62%
CMYK
23, 0, 60, 12
Luminance
0.6347
Every format
| HEX | #ade15a |
| RGB | rgb(173, 225, 90) |
| HSL | hsl(83, 69%, 62%) |
| CMYK | cmyk(23%, 0%, 60%, 12%) |
| LAB | lab(83.7 -37.1 59.1) |
| LCH | lch(83.7 69.8 122.1) |
| OKLCH | oklch(0.847 0.173 127.5) |
Copy-ready code
/* CSS */
color: #ade15a;
background-color: #ade15a;
/* Tailwind (arbitrary) */
class="text-[#ade15a] bg-[#ade15a]"
/* SCSS */
$brand: #ade15a;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.353)
/* Android */
Color.parseColor("#ade15a")Accessibility — WCAG contrast
Aa
#ade15a on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade15a on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue35.3%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow60.0%
Key (black)11.8%
Color previews
#ade15a text on a black background
contrast 13.69:1
Card sample
#ade15a text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade15a;
Background color
Panel with #ade15a background
background-color: #ade15a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade15a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade15a; background: linear-gradient(135deg, #ade15a, #5AE161);