#ade65b
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 230, 91
HSL
85°, 74%, 63%
CMYK
25, 0, 60, 10
Luminance
0.6623
Every format
| HEX | #ade65b |
| RGB | rgb(173, 230, 91) |
| HSL | hsl(85, 74%, 63%) |
| CMYK | cmyk(25%, 0%, 60%, 10%) |
| LAB | lab(85.1 -39.3 60.3) |
| LCH | lch(85.1 72.0 123.1) |
| OKLCH | oklch(0.858 0.178 128.5) |
Copy-ready code
/* CSS */
color: #ade65b;
background-color: #ade65b;
/* Tailwind (arbitrary) */
class="text-[#ade65b] bg-[#ade65b]"
/* SCSS */
$brand: #ade65b;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.357)
/* Android */
Color.parseColor("#ade65b")Accessibility — WCAG contrast
Aa
#ade65b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade65b on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue35.7%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow60.4%
Key (black)9.8%
Color previews
#ade65b text on a black background
contrast 14.25:1
Card sample
#ade65b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade65b;
Background color
Panel with #ade65b background
background-color: #ade65b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade65b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade65b; background: linear-gradient(135deg, #ade65b, #5BE666);