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