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