#5ace89
a balanced, vivid green · cool · closest name: aquamarine
RGB
90, 206, 137
HSL
144°, 54%, 58%
CMYK
56, 0, 34, 19
Luminance
0.4812
Every format
| HEX | #5ace89 |
| RGB | rgb(90, 206, 137) |
| HSL | hsl(144, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 34%, 19%) |
| LAB | lab(74.9 -48.4 24.7) |
| LCH | lch(74.9 54.3 153.0) |
| OKLCH | oklch(0.767 0.145 154.7) |
Copy-ready code
/* CSS */
color: #5ace89;
background-color: #5ace89;
/* Tailwind (arbitrary) */
class="text-[#5ace89] bg-[#5ace89]"
/* SCSS */
$brand: #5ace89;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.537)
/* Android */
Color.parseColor("#5ace89")Accessibility — WCAG contrast
Aa
#5ace89 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ace89 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue53.7%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow33.5%
Key (black)19.2%
Color previews
#5ace89 text on a black background
contrast 10.62:1
Card sample
#5ace89 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ace89;
Background color
Panel with #5ace89 background
background-color: #5ace89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ace89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ace89; background: linear-gradient(135deg, #5ace89, #5AC6CE);