#ade32f
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 47
HSL
78°, 76%, 54%
CMYK
24, 0, 79, 11
Luminance
0.6403
Every format
| HEX | #ade32f |
| RGB | rgb(173, 227, 47) |
| HSL | hsl(78, 76%, 54%) |
| CMYK | cmyk(24%, 0%, 79%, 11%) |
| LAB | lab(84.0 -40.6 74.8) |
| LCH | lch(84.0 85.1 118.5) |
| OKLCH | oklch(0.848 0.202 125.8) |
Copy-ready code
/* CSS */
color: #ade32f;
background-color: #ade32f;
/* Tailwind (arbitrary) */
class="text-[#ade32f] bg-[#ade32f]"
/* SCSS */
$brand: #ade32f;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.184)
/* Android */
Color.parseColor("#ade32f")Accessibility — WCAG contrast
Aa
#ade32f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade32f on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue18.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow79.3%
Key (black)11.0%
Color previews
#ade32f text on a black background
contrast 13.81:1
Card sample
#ade32f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade32f;
Background color
Panel with #ade32f background
background-color: #ade32f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade32f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade32f; background: linear-gradient(135deg, #ade32f, #35E32F);