#ade442
a balanced, electric green · cool · closest name: yellow
RGB
173, 228, 66
HSL
80°, 75%, 58%
CMYK
24, 0, 71, 11
Luminance
0.6476
Every format
| HEX | #ade442 |
| RGB | rgb(173, 228, 66) |
| HSL | hsl(80, 75%, 58%) |
| CMYK | cmyk(24%, 0%, 71%, 11%) |
| LAB | lab(84.4 -40.1 69.2) |
| LCH | lch(84.4 80.0 120.1) |
| OKLCH | oklch(0.852 0.193 126.7) |
Copy-ready code
/* CSS */
color: #ade442;
background-color: #ade442;
/* Tailwind (arbitrary) */
class="text-[#ade442] bg-[#ade442]"
/* SCSS */
$brand: #ade442;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.259)
/* Android */
Color.parseColor("#ade442")Accessibility — WCAG contrast
Aa
#ade442 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade442 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue25.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow71.1%
Key (black)10.6%
Color previews
#ade442 text on a black background
contrast 13.95:1
Card sample
#ade442 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade442;
Background color
Panel with #ade442 background
background-color: #ade442;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade442;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade442; background: linear-gradient(135deg, #ade442, #42E443);