#5ac7af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 199, 175
HSL
167°, 49%, 57%
CMYK
55, 0, 12, 22
Luminance
0.4612
Every format
| HEX | #5ac7af |
| RGB | rgb(90, 199, 175) |
| HSL | hsl(167, 49%, 57%) |
| CMYK | cmyk(55%, 0%, 12%, 22%) |
| LAB | lab(73.6 -37.1 2.6) |
| LCH | lch(73.6 37.2 176.0) |
| OKLCH | oklch(0.759 0.107 176.6) |
Copy-ready code
/* CSS */
color: #5ac7af;
background-color: #5ac7af;
/* Tailwind (arbitrary) */
class="text-[#5ac7af] bg-[#5ac7af]"
/* SCSS */
$brand: #5ac7af;
/* SwiftUI */
Color(red: 0.353, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#5ac7af")Accessibility — WCAG contrast
Aa
#5ac7af on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac7af on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green78.0%
Blue68.6%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#5ac7af text on a black background
contrast 10.22:1
Card sample
#5ac7af text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac7af;
Background color
Panel with #5ac7af background
background-color: #5ac7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac7af; background: linear-gradient(135deg, #5ac7af, #5A96C7);