#ade201
a dark, electric green · cool · closest name: yellow
RGB
173, 226, 1
HSL
74°, 99%, 45%
CMYK
24, 0, 100, 11
Luminance
0.6328
Every format
| HEX | #ade201 |
| RGB | rgb(173, 226, 1) |
| HSL | hsl(74, 99%, 45%) |
| CMYK | cmyk(24%, 0%, 100%, 11%) |
| LAB | lab(83.6 -41.2 81.8) |
| LCH | lch(83.6 91.6 116.7) |
| OKLCH | oklch(0.845 0.212 124.9) |
Copy-ready code
/* CSS */
color: #ade201;
background-color: #ade201;
/* Tailwind (arbitrary) */
class="text-[#ade201] bg-[#ade201]"
/* SCSS */
$brand: #ade201;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.004)
/* Android */
Color.parseColor("#ade201")Accessibility — WCAG contrast
Aa
#ade201 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade201 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue0.4%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow99.6%
Key (black)11.4%
Color previews
#ade201 text on a black background
contrast 13.66:1
Card sample
#ade201 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade201;
Background color
Panel with #ade201 background
background-color: #ade201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade201; background: linear-gradient(135deg, #ade201, #17E201);