#57cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
87, 207, 186
HSL
170°, 56%, 58%
CMYK
58, 0, 10, 19
Luminance
0.5020
Every format
| HEX | #57cfba |
| RGB | rgb(87, 207, 186) |
| HSL | hsl(170, 56%, 58%) |
| CMYK | cmyk(58%, 0%, 10%, 19%) |
| LAB | lab(76.2 -38.6 0.4) |
| LCH | lch(76.2 38.6 179.5) |
| OKLCH | oklch(0.781 0.112 179.8) |
Copy-ready code
/* CSS */
color: #57cfba;
background-color: #57cfba;
/* Tailwind (arbitrary) */
class="text-[#57cfba] bg-[#57cfba]"
/* SCSS */
$brand: #57cfba;
/* SwiftUI */
Color(red: 0.341, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#57cfba")Accessibility — WCAG contrast
Aa
#57cfba on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57cfba on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#57cfba text on a black background
contrast 11.04:1
Card sample
#57cfba text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57cfba;
Background color
Panel with #57cfba background
background-color: #57cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57cfba; background: linear-gradient(135deg, #57cfba, #5794CF);