#ade80b
a balanced, electric green · cool · closest name: yellow
RGB
173, 232, 11
HSL
76°, 91%, 48%
CMYK
25, 0, 95, 9
Luminance
0.6662
Every format
| HEX | #ade80b |
| RGB | rgb(173, 232, 11) |
| HSL | hsl(76, 91%, 48%) |
| CMYK | cmyk(25%, 0%, 95%, 9%) |
| LAB | lab(85.3 -43.7 82.3) |
| LCH | lch(85.3 93.2 118.0) |
| OKLCH | oklch(0.859 0.217 126.1) |
Copy-ready code
/* CSS */
color: #ade80b;
background-color: #ade80b;
/* Tailwind (arbitrary) */
class="text-[#ade80b] bg-[#ade80b]"
/* SCSS */
$brand: #ade80b;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.043)
/* Android */
Color.parseColor("#ade80b")Accessibility — WCAG contrast
Aa
#ade80b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade80b on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue4.3%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow95.3%
Key (black)9.0%
Color previews
#ade80b text on a black background
contrast 14.32:1
Card sample
#ade80b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade80b;
Background color
Panel with #ade80b background
background-color: #ade80b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade80b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade80b; background: linear-gradient(135deg, #ade80b, #1AE80B);