#ade52c
a balanced, electric green · cool · closest name: yellow
RGB
173, 229, 44
HSL
78°, 78%, 54%
CMYK
25, 0, 81, 10
Luminance
0.6510
Every format
| HEX | #ade52c |
| RGB | rgb(173, 229, 44) |
| HSL | hsl(78, 78%, 54%) |
| CMYK | cmyk(25%, 0%, 81%, 10%) |
| LAB | lab(84.5 -41.6 76.0) |
| LCH | lch(84.5 86.7 118.7) |
| OKLCH | oklch(0.853 0.205 126.1) |
Copy-ready code
/* CSS */
color: #ade52c;
background-color: #ade52c;
/* Tailwind (arbitrary) */
class="text-[#ade52c] bg-[#ade52c]"
/* SCSS */
$brand: #ade52c;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.173)
/* Android */
Color.parseColor("#ade52c")Accessibility — WCAG contrast
Aa
#ade52c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade52c on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue17.3%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow80.8%
Key (black)10.2%
Color previews
#ade52c text on a black background
contrast 14.02:1
Card sample
#ade52c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade52c;
Background color
Panel with #ade52c background
background-color: #ade52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade52c; background: linear-gradient(135deg, #ade52c, #31E52C);