#ade748
a balanced, electric green · cool · closest name: yellow
RGB
173, 231, 72
HSL
82°, 77%, 59%
CMYK
25, 0, 69, 9
Luminance
0.6650
Every format
| HEX | #ade748 |
| RGB | rgb(173, 231, 72) |
| HSL | hsl(82, 77%, 59%) |
| CMYK | cmyk(25%, 0%, 69%, 9%) |
| LAB | lab(85.3 -41.1 68.0) |
| LCH | lch(85.3 79.4 121.2) |
| OKLCH | oklch(0.859 0.193 127.5) |
Copy-ready code
/* CSS */
color: #ade748;
background-color: #ade748;
/* Tailwind (arbitrary) */
class="text-[#ade748] bg-[#ade748]"
/* SCSS */
$brand: #ade748;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.282)
/* Android */
Color.parseColor("#ade748")Accessibility — WCAG contrast
Aa
#ade748 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade748 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue28.2%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow68.8%
Key (black)9.4%
Color previews
#ade748 text on a black background
contrast 14.30:1
Card sample
#ade748 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade748;
Background color
Panel with #ade748 background
background-color: #ade748;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade748;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade748; background: linear-gradient(135deg, #ade748, #48E74D);