#5abd9f
a balanced, soft cyan · cool · closest name: turquoise
RGB
90, 189, 159
HSL
162°, 43%, 55%
CMYK
52, 0, 16, 26
Luminance
0.4107
Every format
| HEX | #5abd9f |
| RGB | rgb(90, 189, 159) |
| HSL | hsl(162, 43%, 55%) |
| CMYK | cmyk(52%, 0%, 16%, 26%) |
| LAB | lab(70.2 -36.3 6.4) |
| LCH | lch(70.2 36.9 170.1) |
| OKLCH | oklch(0.730 0.104 171.0) |
Copy-ready code
/* CSS */
color: #5abd9f;
background-color: #5abd9f;
/* Tailwind (arbitrary) */
class="text-[#5abd9f] bg-[#5abd9f]"
/* SCSS */
$brand: #5abd9f;
/* SwiftUI */
Color(red: 0.353, green: 0.741, blue: 0.624)
/* Android */
Color.parseColor("#5abd9f")Accessibility — WCAG contrast
Aa
#5abd9f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abd9f on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.1%
Blue62.4%
CMYK percentages
Cyan52.4%
Magenta0.0%
Yellow15.9%
Key (black)25.9%
Color previews
#5abd9f text on a black background
contrast 9.21:1
Card sample
#5abd9f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abd9f;
Background color
Panel with #5abd9f background
background-color: #5abd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 189, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 189, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abd9f; background: linear-gradient(135deg, #5abd9f, #5A99BD);