#ade54e
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 229, 78
HSL
82°, 74%, 60%
CMYK
25, 0, 66, 10
Luminance
0.6547
Every format
| HEX | #ade54e |
| RGB | rgb(173, 229, 78) |
| HSL | hsl(82, 74%, 60%) |
| CMYK | cmyk(25%, 0%, 66%, 10%) |
| LAB | lab(84.7 -39.8 65.2) |
| LCH | lch(84.7 76.4 121.4) |
| OKLCH | oklch(0.855 0.187 127.5) |
Copy-ready code
/* CSS */
color: #ade54e;
background-color: #ade54e;
/* Tailwind (arbitrary) */
class="text-[#ade54e] bg-[#ade54e]"
/* SCSS */
$brand: #ade54e;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.306)
/* Android */
Color.parseColor("#ade54e")Accessibility — WCAG contrast
Aa
#ade54e on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade54e on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue30.6%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow65.9%
Key (black)10.2%
Color previews
#ade54e text on a black background
contrast 14.09:1
Card sample
#ade54e text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade54e;
Background color
Panel with #ade54e background
background-color: #ade54e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade54e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade54e; background: linear-gradient(135deg, #ade54e, #4EE554);