#ade92a
a balanced, electric green · cool · closest name: yellow
RGB
173, 233, 42
HSL
79°, 81%, 54%
CMYK
26, 0, 82, 9
Luminance
0.6733
Every format
| HEX | #ade92a |
| RGB | rgb(173, 233, 42) |
| HSL | hsl(79, 81%, 54%) |
| CMYK | cmyk(26%, 0%, 82%, 9%) |
| LAB | lab(85.7 -43.4 77.5) |
| LCH | lch(85.7 88.9 119.3) |
| OKLCH | oklch(0.862 0.211 126.7) |
Copy-ready code
/* CSS */
color: #ade92a;
background-color: #ade92a;
/* Tailwind (arbitrary) */
class="text-[#ade92a] bg-[#ade92a]"
/* SCSS */
$brand: #ade92a;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.165)
/* Android */
Color.parseColor("#ade92a")Accessibility — WCAG contrast
Aa
#ade92a on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade92a on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue16.5%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow82.0%
Key (black)8.6%
Color previews
#ade92a text on a black background
contrast 14.47:1
Card sample
#ade92a text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade92a;
Background color
Panel with #ade92a background
background-color: #ade92a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade92a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade92a; background: linear-gradient(135deg, #ade92a, #2EE92A);