#ade95a
a balanced, electric green · cool · closest name: olivedrab
RGB
173, 233, 90
HSL
85°, 77%, 63%
CMYK
26, 0, 61, 9
Luminance
0.6790
Every format
| HEX | #ade95a |
| RGB | rgb(173, 233, 90) |
| HSL | hsl(85, 77%, 63%) |
| CMYK | cmyk(26%, 0%, 61%, 9%) |
| LAB | lab(86.0 -40.7 61.6) |
| LCH | lch(86.0 73.9 123.4) |
| OKLCH | oklch(0.865 0.183 128.9) |
Copy-ready code
/* CSS */
color: #ade95a;
background-color: #ade95a;
/* Tailwind (arbitrary) */
class="text-[#ade95a] bg-[#ade95a]"
/* SCSS */
$brand: #ade95a;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.353)
/* Android */
Color.parseColor("#ade95a")Accessibility — WCAG contrast
Aa
#ade95a on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade95a on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue35.3%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow61.4%
Key (black)8.6%
Color previews
#ade95a text on a black background
contrast 14.58:1
Card sample
#ade95a text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade95a;
Background color
Panel with #ade95a background
background-color: #ade95a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade95a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade95a; background: linear-gradient(135deg, #ade95a, #5AE966);