#ade824
a balanced, electric green · cool · closest name: yellow
RGB
173, 232, 36
HSL
78°, 81%, 53%
CMYK
25, 0, 85, 9
Luminance
0.6672
Every format
| HEX | #ade824 |
| RGB | rgb(173, 232, 36) |
| HSL | hsl(78, 81%, 53%) |
| CMYK | cmyk(25%, 0%, 85%, 9%) |
| LAB | lab(85.4 -43.2 78.6) |
| LCH | lch(85.4 89.7 118.8) |
| OKLCH | oklch(0.859 0.212 126.4) |
Copy-ready code
/* CSS */
color: #ade824;
background-color: #ade824;
/* Tailwind (arbitrary) */
class="text-[#ade824] bg-[#ade824]"
/* SCSS */
$brand: #ade824;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.141)
/* Android */
Color.parseColor("#ade824")Accessibility — WCAG contrast
Aa
#ade824 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade824 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue14.1%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow84.5%
Key (black)9.0%
Color previews
#ade824 text on a black background
contrast 14.34:1
Card sample
#ade824 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade824;
Background color
Panel with #ade824 background
background-color: #ade824;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade824;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade824; background: linear-gradient(135deg, #ade824, #2AE824);