#5ace97
a balanced, vivid green · cool · closest name: aquamarine
RGB
90, 206, 151
HSL
152°, 54%, 58%
CMYK
56, 0, 27, 19
Luminance
0.4855
Every format
| HEX | #5ace97 |
| RGB | rgb(90, 206, 151) |
| HSL | hsl(152, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 27%, 19%) |
| LAB | lab(75.2 -45.6 17.7) |
| LCH | lch(75.2 48.9 158.8) |
| OKLCH | oklch(0.770 0.133 160.2) |
Copy-ready code
/* CSS */
color: #5ace97;
background-color: #5ace97;
/* Tailwind (arbitrary) */
class="text-[#5ace97] bg-[#5ace97]"
/* SCSS */
$brand: #5ace97;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.592)
/* Android */
Color.parseColor("#5ace97")Accessibility — WCAG contrast
Aa
#5ace97 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ace97 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue59.2%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow26.7%
Key (black)19.2%
Color previews
#5ace97 text on a black background
contrast 10.71:1
Card sample
#5ace97 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ace97;
Background color
Panel with #5ace97 background
background-color: #5ace97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ace97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ace97; background: linear-gradient(135deg, #5ace97, #5AB8CE);