#57bcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
87, 188, 175
HSL
172°, 43%, 54%
CMYK
54, 0, 7, 26
Luminance
0.4109
Every format
| HEX | #57bcaf |
| RGB | rgb(87, 188, 175) |
| HSL | hsl(172, 43%, 54%) |
| CMYK | cmyk(54%, 0%, 7%, 26%) |
| LAB | lab(70.2 -32.6 -2.4) |
| LCH | lch(70.2 32.7 184.2) |
| OKLCH | oklch(0.731 0.097 184.1) |
Copy-ready code
/* CSS */
color: #57bcaf;
background-color: #57bcaf;
/* Tailwind (arbitrary) */
class="text-[#57bcaf] bg-[#57bcaf]"
/* SCSS */
$brand: #57bcaf;
/* SwiftUI */
Color(red: 0.341, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#57bcaf")Accessibility — WCAG contrast
Aa
#57bcaf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57bcaf on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green73.7%
Blue68.6%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#57bcaf text on a black background
contrast 9.22:1
Card sample
#57bcaf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57bcaf;
Background color
Panel with #57bcaf background
background-color: #57bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57bcaf; background: linear-gradient(135deg, #57bcaf, #5786BC);