#5ac4ac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 196, 172
HSL
166°, 47%, 56%
CMYK
54, 0, 12, 23
Luminance
0.4463
Every format
| HEX | #5ac4ac |
| RGB | rgb(90, 196, 172) |
| HSL | hsl(166, 47%, 56%) |
| CMYK | cmyk(54%, 0%, 12%, 23%) |
| LAB | lab(72.7 -36.5 2.8) |
| LCH | lch(72.7 36.6 175.6) |
| OKLCH | oklch(0.751 0.105 176.3) |
Copy-ready code
/* CSS */
color: #5ac4ac;
background-color: #5ac4ac;
/* Tailwind (arbitrary) */
class="text-[#5ac4ac] bg-[#5ac4ac]"
/* SCSS */
$brand: #5ac4ac;
/* SwiftUI */
Color(red: 0.353, green: 0.769, blue: 0.675)
/* Android */
Color.parseColor("#5ac4ac")Accessibility — WCAG contrast
Aa
#5ac4ac on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac4ac on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green76.9%
Blue67.5%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow12.2%
Key (black)23.1%
Color previews
#5ac4ac text on a black background
contrast 9.93:1
Card sample
#5ac4ac text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac4ac;
Background color
Panel with #5ac4ac background
background-color: #5ac4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 196, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 196, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac4ac; background: linear-gradient(135deg, #5ac4ac, #5A95C4);