#5ad577
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 213, 119
HSL
134°, 59%, 59%
CMYK
58, 0, 44, 17
Luminance
0.5109
Every format
| HEX | #5ad577 |
| RGB | rgb(90, 213, 119) |
| HSL | hsl(134, 59%, 59%) |
| CMYK | cmyk(58%, 0%, 44%, 17%) |
| LAB | lab(76.7 -54.3 36.4) |
| LCH | lch(76.7 65.3 146.2) |
| OKLCH | oklch(0.781 0.172 148.7) |
Copy-ready code
/* CSS */
color: #5ad577;
background-color: #5ad577;
/* Tailwind (arbitrary) */
class="text-[#5ad577] bg-[#5ad577]"
/* SCSS */
$brand: #5ad577;
/* SwiftUI */
Color(red: 0.353, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#5ad577")Accessibility — WCAG contrast
Aa
#5ad577 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ad577 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green83.5%
Blue46.7%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow44.1%
Key (black)16.5%
Color previews
#5ad577 text on a black background
contrast 11.22:1
Card sample
#5ad577 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ad577;
Background color
Panel with #5ad577 background
background-color: #5ad577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ad577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ad577; background: linear-gradient(135deg, #5ad577, #5AD5C9);