#57bcab
a balanced, soft cyan · cool · closest name: turquoise
RGB
87, 188, 171
HSL
170°, 43%, 54%
CMYK
54, 0, 9, 26
Luminance
0.4093
Every format
| HEX | #57bcab |
| RGB | rgb(87, 188, 171) |
| HSL | hsl(170, 43%, 54%) |
| CMYK | cmyk(54%, 0%, 9%, 26%) |
| LAB | lab(70.1 -33.6 -0.3) |
| LCH | lch(70.1 33.6 180.6) |
| OKLCH | oklch(0.730 0.098 180.9) |
Copy-ready code
/* CSS */
color: #57bcab;
background-color: #57bcab;
/* Tailwind (arbitrary) */
class="text-[#57bcab] bg-[#57bcab]"
/* SCSS */
$brand: #57bcab;
/* SwiftUI */
Color(red: 0.341, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#57bcab")Accessibility — WCAG contrast
Aa
#57bcab on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57bcab on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green73.7%
Blue67.1%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow9.0%
Key (black)26.3%
Color previews
#57bcab text on a black background
contrast 9.19:1
Card sample
#57bcab text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57bcab;
Background color
Panel with #57bcab background
background-color: #57bcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57bcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57bcab; background: linear-gradient(135deg, #57bcab, #578ABC);