#ade241
a balanced, vivid green · cool · closest name: yellow
RGB
173, 226, 65
HSL
80°, 74%, 57%
CMYK
24, 0, 71, 11
Luminance
0.6366
Every format
| HEX | #ade241 |
| RGB | rgb(173, 226, 65) |
| HSL | hsl(80, 74%, 57%) |
| CMYK | cmyk(24%, 0%, 71%, 11%) |
| LAB | lab(83.8 -39.3 69.0) |
| LCH | lch(83.8 79.4 119.7) |
| OKLCH | oklch(0.847 0.191 126.3) |
Copy-ready code
/* CSS */
color: #ade241;
background-color: #ade241;
/* Tailwind (arbitrary) */
class="text-[#ade241] bg-[#ade241]"
/* SCSS */
$brand: #ade241;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.255)
/* Android */
Color.parseColor("#ade241")Accessibility — WCAG contrast
Aa
#ade241 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade241 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue25.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow71.2%
Key (black)11.4%
Color previews
#ade241 text on a black background
contrast 13.73:1
Card sample
#ade241 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade241;
Background color
Panel with #ade241 background
background-color: #ade241;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade241;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade241; background: linear-gradient(135deg, #ade241, #42E241);