#5ac489
a balanced, vivid green · cool · closest name: seagreen
RGB
90, 196, 137
HSL
147°, 47%, 56%
CMYK
54, 0, 30, 23
Luminance
0.4346
Every format
| HEX | #5ac489 |
| RGB | rgb(90, 196, 137) |
| HSL | hsl(147, 47%, 56%) |
| CMYK | cmyk(54%, 0%, 30%, 23%) |
| LAB | lab(71.9 -44.2 20.6) |
| LCH | lch(71.9 48.7 155.0) |
| OKLCH | oklch(0.742 0.131 156.6) |
Copy-ready code
/* CSS */
color: #5ac489;
background-color: #5ac489;
/* Tailwind (arbitrary) */
class="text-[#5ac489] bg-[#5ac489]"
/* SCSS */
$brand: #5ac489;
/* SwiftUI */
Color(red: 0.353, green: 0.769, blue: 0.537)
/* Android */
Color.parseColor("#5ac489")Accessibility — WCAG contrast
Aa
#5ac489 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac489 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green76.9%
Blue53.7%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow30.1%
Key (black)23.1%
Color previews
#5ac489 text on a black background
contrast 9.69:1
Card sample
#5ac489 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac489;
Background color
Panel with #5ac489 background
background-color: #5ac489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 196, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 196, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac489; background: linear-gradient(135deg, #5ac489, #5AB8C4);