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