#ade35b
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 227, 91
HSL
84°, 71%, 62%
CMYK
24, 0, 60, 11
Luminance
0.6458
Every format
| HEX | #ade35b |
| RGB | rgb(173, 227, 91) |
| HSL | hsl(84, 71%, 62%) |
| CMYK | cmyk(24%, 0%, 60%, 11%) |
| LAB | lab(84.3 -37.9 59.4) |
| LCH | lch(84.3 70.5 122.6) |
| OKLCH | oklch(0.851 0.174 128.0) |
Copy-ready code
/* CSS */
color: #ade35b;
background-color: #ade35b;
/* Tailwind (arbitrary) */
class="text-[#ade35b] bg-[#ade35b]"
/* SCSS */
$brand: #ade35b;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.357)
/* Android */
Color.parseColor("#ade35b")Accessibility — WCAG contrast
Aa
#ade35b on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade35b on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue35.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow59.9%
Key (black)11.0%
Color previews
#ade35b text on a black background
contrast 13.92:1
Card sample
#ade35b text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade35b;
Background color
Panel with #ade35b background
background-color: #ade35b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade35b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade35b; background: linear-gradient(135deg, #ade35b, #5BE364);