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