#5ade49
a balanced, vivid green · cool · closest name: lime
RGB
90, 222, 73
HSL
113°, 69%, 58%
CMYK
60, 0, 67, 13
Luminance
0.5490
Every format
| HEX | #5ade49 |
| RGB | rgb(90, 222, 73) |
| HSL | hsl(113, 69%, 58%) |
| CMYK | cmyk(60%, 0%, 67%, 13%) |
| LAB | lab(79.0 -63.2 59.9) |
| LCH | lch(79.0 87.1 136.5) |
| OKLCH | oklch(0.798 0.221 141.5) |
Copy-ready code
/* CSS */
color: #5ade49;
background-color: #5ade49;
/* Tailwind (arbitrary) */
class="text-[#5ade49] bg-[#5ade49]"
/* SCSS */
$brand: #5ade49;
/* SwiftUI */
Color(red: 0.353, green: 0.871, blue: 0.286)
/* Android */
Color.parseColor("#5ade49")Accessibility — WCAG contrast
Aa
#5ade49 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ade49 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green87.1%
Blue28.6%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow67.1%
Key (black)12.9%
Color previews
#5ade49 text on a black background
contrast 11.98:1
Card sample
#5ade49 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ade49;
Background color
Panel with #5ade49 background
background-color: #5ade49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ade49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 222, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 222, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ade49; background: linear-gradient(135deg, #5ade49, #49DE9B);