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