#ade547
a balanced, electric green · cool · closest name: yellow
RGB
173, 229, 71
HSL
81°, 75%, 59%
CMYK
25, 0, 69, 10
Luminance
0.6538
Every format
| HEX | #ade547 |
| RGB | rgb(173, 229, 71) |
| HSL | hsl(81, 75%, 59%) |
| CMYK | cmyk(25%, 0%, 69%, 10%) |
| LAB | lab(84.7 -40.3 67.8) |
| LCH | lch(84.7 78.8 120.7) |
| OKLCH | oklch(0.854 0.191 127.1) |
Copy-ready code
/* CSS */
color: #ade547;
background-color: #ade547;
/* Tailwind (arbitrary) */
class="text-[#ade547] bg-[#ade547]"
/* SCSS */
$brand: #ade547;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.278)
/* Android */
Color.parseColor("#ade547")Accessibility — WCAG contrast
Aa
#ade547 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade547 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue27.8%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow69.0%
Key (black)10.2%
Color previews
#ade547 text on a black background
contrast 14.08:1
Card sample
#ade547 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade547;
Background color
Panel with #ade547 background
background-color: #ade547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade547; background: linear-gradient(135deg, #ade547, #47E54A);