#ade45a
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 228, 90
HSL
84°, 72%, 62%
CMYK
24, 0, 61, 11
Luminance
0.6511
Every format
| HEX | #ade45a |
| RGB | rgb(173, 228, 90) |
| HSL | hsl(84, 72%, 62%) |
| CMYK | cmyk(24%, 0%, 61%, 11%) |
| LAB | lab(84.5 -38.5 60.1) |
| LCH | lch(84.5 71.3 122.6) |
| OKLCH | oklch(0.854 0.176 128.1) |
Copy-ready code
/* CSS */
color: #ade45a;
background-color: #ade45a;
/* Tailwind (arbitrary) */
class="text-[#ade45a] bg-[#ade45a]"
/* SCSS */
$brand: #ade45a;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.353)
/* Android */
Color.parseColor("#ade45a")Accessibility — WCAG contrast
Aa
#ade45a on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade45a on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue35.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow60.5%
Key (black)10.6%
Color previews
#ade45a text on a black background
contrast 14.02:1
Card sample
#ade45a text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade45a;
Background color
Panel with #ade45a background
background-color: #ade45a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade45a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade45a; background: linear-gradient(135deg, #ade45a, #5AE463);