#5aceab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 206, 171
HSL
162°, 54%, 58%
CMYK
56, 0, 17, 19
Luminance
0.4926
Every format
| HEX | #5aceab |
| RGB | rgb(90, 206, 171) |
| HSL | hsl(162, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 17%, 19%) |
| LAB | lab(75.6 -41.2 7.6) |
| LCH | lch(75.6 41.9 169.5) |
| OKLCH | oklch(0.775 0.118 170.5) |
Copy-ready code
/* CSS */
color: #5aceab;
background-color: #5aceab;
/* Tailwind (arbitrary) */
class="text-[#5aceab] bg-[#5aceab]"
/* SCSS */
$brand: #5aceab;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#5aceab")Accessibility — WCAG contrast
Aa
#5aceab on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aceab on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue67.1%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#5aceab text on a black background
contrast 10.85:1
Card sample
#5aceab text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aceab;
Background color
Panel with #5aceab background
background-color: #5aceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aceab; background: linear-gradient(135deg, #5aceab, #5AA4CE);