#ade85b
a balanced, electric green · cool · closest name: olivedrab
RGB
173, 232, 91
HSL
85°, 75%, 63%
CMYK
25, 0, 61, 9
Luminance
0.6735
Every format
| HEX | #ade85b |
| RGB | rgb(173, 232, 91) |
| HSL | hsl(85, 75%, 63%) |
| CMYK | cmyk(25%, 0%, 61%, 9%) |
| LAB | lab(85.7 -40.2 60.9) |
| LCH | lch(85.7 73.0 123.4) |
| OKLCH | oklch(0.863 0.181 128.8) |
Copy-ready code
/* CSS */
color: #ade85b;
background-color: #ade85b;
/* Tailwind (arbitrary) */
class="text-[#ade85b] bg-[#ade85b]"
/* SCSS */
$brand: #ade85b;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.357)
/* Android */
Color.parseColor("#ade85b")Accessibility — WCAG contrast
Aa
#ade85b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade85b on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue35.7%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow60.8%
Key (black)9.0%
Color previews
#ade85b text on a black background
contrast 14.47:1
Card sample
#ade85b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade85b;
Background color
Panel with #ade85b background
background-color: #ade85b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade85b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade85b; background: linear-gradient(135deg, #ade85b, #5BE867);