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