#ade73f
a balanced, electric green · cool · closest name: yellow
RGB
173, 231, 63
HSL
81°, 78%, 58%
CMYK
25, 0, 73, 9
Luminance
0.6639
Every format
| HEX | #ade73f |
| RGB | rgb(173, 231, 63) |
| HSL | hsl(81, 78%, 58%) |
| CMYK | cmyk(25%, 0%, 73%, 9%) |
| LAB | lab(85.2 -41.6 71.1) |
| LCH | lch(85.2 82.4 120.4) |
| OKLCH | oklch(0.858 0.199 127.1) |
Copy-ready code
/* CSS */
color: #ade73f;
background-color: #ade73f;
/* Tailwind (arbitrary) */
class="text-[#ade73f] bg-[#ade73f]"
/* SCSS */
$brand: #ade73f;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.247)
/* Android */
Color.parseColor("#ade73f")Accessibility — WCAG contrast
Aa
#ade73f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade73f on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue24.7%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow72.7%
Key (black)9.4%
Color previews
#ade73f text on a black background
contrast 14.28:1
Card sample
#ade73f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade73f;
Background color
Panel with #ade73f background
background-color: #ade73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade73f; background: linear-gradient(135deg, #ade73f, #3FE741);