#ade849
a balanced, electric green · cool · closest name: yellow
RGB
173, 232, 73
HSL
82°, 78%, 60%
CMYK
25, 0, 69, 9
Luminance
0.6708
Every format
| HEX | #ade849 |
| RGB | rgb(173, 232, 73) |
| HSL | hsl(82, 78%, 60%) |
| CMYK | cmyk(25%, 0%, 69%, 9%) |
| LAB | lab(85.5 -41.5 67.9) |
| LCH | lch(85.5 79.6 121.4) |
| OKLCH | oklch(0.861 0.194 127.7) |
Copy-ready code
/* CSS */
color: #ade849;
background-color: #ade849;
/* Tailwind (arbitrary) */
class="text-[#ade849] bg-[#ade849]"
/* SCSS */
$brand: #ade849;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.286)
/* Android */
Color.parseColor("#ade849")Accessibility — WCAG contrast
Aa
#ade849 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade849 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue28.6%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow68.5%
Key (black)9.0%
Color previews
#ade849 text on a black background
contrast 14.42:1
Card sample
#ade849 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade849;
Background color
Panel with #ade849 background
background-color: #ade849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade849; background: linear-gradient(135deg, #ade849, #49E84F);