#5abcaa
a balanced, soft cyan · cool · closest name: turquoise
RGB
90, 188, 170
HSL
169°, 42%, 55%
CMYK
52, 0, 10, 26
Luminance
0.4104
Every format
| HEX | #5abcaa |
| RGB | rgb(90, 188, 170) |
| HSL | hsl(169, 42%, 55%) |
| CMYK | cmyk(52%, 0%, 10%, 26%) |
| LAB | lab(70.2 -33.2 0.3) |
| LCH | lch(70.2 33.2 179.4) |
| OKLCH | oklch(0.731 0.097 179.8) |
Copy-ready code
/* CSS */
color: #5abcaa;
background-color: #5abcaa;
/* Tailwind (arbitrary) */
class="text-[#5abcaa] bg-[#5abcaa]"
/* SCSS */
$brand: #5abcaa;
/* SwiftUI */
Color(red: 0.353, green: 0.737, blue: 0.667)
/* Android */
Color.parseColor("#5abcaa")Accessibility — WCAG contrast
Aa
#5abcaa on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abcaa on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green73.7%
Blue66.7%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow9.6%
Key (black)26.3%
Color previews
#5abcaa text on a black background
contrast 9.21:1
Card sample
#5abcaa text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abcaa;
Background color
Panel with #5abcaa background
background-color: #5abcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 188, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 188, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abcaa; background: linear-gradient(135deg, #5abcaa, #5A8DBC);