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