#ade104
a dark, electric green · cool · closest name: yellow
RGB
173, 225, 4
HSL
74°, 97%, 45%
CMYK
23, 0, 98, 12
Luminance
0.6274
Every format
| HEX | #ade104 |
| RGB | rgb(173, 225, 4) |
| HSL | hsl(74, 97%, 45%) |
| CMYK | cmyk(23%, 0%, 98%, 12%) |
| LAB | lab(83.3 -40.7 81.3) |
| LCH | lch(83.3 90.9 116.6) |
| OKLCH | oklch(0.842 0.210 124.8) |
Copy-ready code
/* CSS */
color: #ade104;
background-color: #ade104;
/* Tailwind (arbitrary) */
class="text-[#ade104] bg-[#ade104]"
/* SCSS */
$brand: #ade104;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.016)
/* Android */
Color.parseColor("#ade104")Accessibility — WCAG contrast
Aa
#ade104 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade104 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue1.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow98.2%
Key (black)11.8%
Color previews
#ade104 text on a black background
contrast 13.55:1
Card sample
#ade104 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade104;
Background color
Panel with #ade104 background
background-color: #ade104;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade104;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade104; background: linear-gradient(135deg, #ade104, #1AE104);