#ade541
a balanced, electric green · cool · closest name: yellow
RGB
173, 229, 65
HSL
81°, 76%, 58%
CMYK
25, 0, 72, 10
Luminance
0.6530
Every format
| HEX | #ade541 |
| RGB | rgb(173, 229, 65) |
| HSL | hsl(81, 76%, 58%) |
| CMYK | cmyk(25%, 0%, 72%, 10%) |
| LAB | lab(84.6 -40.6 69.8) |
| LCH | lch(84.6 80.8 120.2) |
| OKLCH | oklch(0.854 0.195 126.8) |
Copy-ready code
/* CSS */
color: #ade541;
background-color: #ade541;
/* Tailwind (arbitrary) */
class="text-[#ade541] bg-[#ade541]"
/* SCSS */
$brand: #ade541;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.255)
/* Android */
Color.parseColor("#ade541")Accessibility — WCAG contrast
Aa
#ade541 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade541 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue25.5%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow71.6%
Key (black)10.2%
Color previews
#ade541 text on a black background
contrast 14.06:1
Card sample
#ade541 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade541;
Background color
Panel with #ade541 background
background-color: #ade541;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade541;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade541; background: linear-gradient(135deg, #ade541, #41E542);