#ade402
a balanced, electric green · cool · closest name: yellow
RGB
173, 228, 2
HSL
75°, 98%, 45%
CMYK
24, 0, 99, 11
Luminance
0.6438
Every format
| HEX | #ade402 |
| RGB | rgb(173, 228, 2) |
| HSL | hsl(75, 98%, 45%) |
| CMYK | cmyk(24%, 0%, 99%, 11%) |
| LAB | lab(84.2 -42.1 82.1) |
| LCH | lch(84.2 92.3 117.1) |
| OKLCH | oklch(0.849 0.214 125.3) |
Copy-ready code
/* CSS */
color: #ade402;
background-color: #ade402;
/* Tailwind (arbitrary) */
class="text-[#ade402] bg-[#ade402]"
/* SCSS */
$brand: #ade402;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.008)
/* Android */
Color.parseColor("#ade402")Accessibility — WCAG contrast
Aa
#ade402 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade402 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue0.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow99.1%
Key (black)10.6%
Color previews
#ade402 text on a black background
contrast 13.88:1
Card sample
#ade402 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade402;
Background color
Panel with #ade402 background
background-color: #ade402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade402; background: linear-gradient(135deg, #ade402, #16E402);