#ade34c
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 227, 76
HSL
82°, 73%, 59%
CMYK
24, 0, 67, 11
Luminance
0.6434
Every format
| HEX | #ade34c |
| RGB | rgb(173, 227, 76) |
| HSL | hsl(82, 73%, 59%) |
| CMYK | cmyk(24%, 0%, 67%, 11%) |
| LAB | lab(84.1 -39.1 65.3) |
| LCH | lch(84.1 76.1 120.9) |
| OKLCH | oklch(0.850 0.186 127.0) |
Copy-ready code
/* CSS */
color: #ade34c;
background-color: #ade34c;
/* Tailwind (arbitrary) */
class="text-[#ade34c] bg-[#ade34c]"
/* SCSS */
$brand: #ade34c;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.298)
/* Android */
Color.parseColor("#ade34c")Accessibility — WCAG contrast
Aa
#ade34c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade34c on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue29.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow66.5%
Key (black)11.0%
Color previews
#ade34c text on a black background
contrast 13.87:1
Card sample
#ade34c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade34c;
Background color
Panel with #ade34c background
background-color: #ade34c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade34c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade34c; background: linear-gradient(135deg, #ade34c, #4CE350);