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