#57cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
87, 202, 207
HSL
183°, 56%, 58%
CMYK
58, 2, 0, 19
Luminance
0.4877
Every format
| HEX | #57cacf |
| RGB | rgb(87, 202, 207) |
| HSL | hsl(183, 56%, 58%) |
| CMYK | cmyk(58%, 2%, 0%, 19%) |
| LAB | lab(75.3 -30.8 -12.3) |
| LCH | lch(75.3 33.1 201.8) |
| OKLCH | oklch(0.775 0.103 199.2) |
Copy-ready code
/* CSS */
color: #57cacf;
background-color: #57cacf;
/* Tailwind (arbitrary) */
class="text-[#57cacf] bg-[#57cacf]"
/* SCSS */
$brand: #57cacf;
/* SwiftUI */
Color(red: 0.341, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#57cacf")Accessibility — WCAG contrast
Aa
#57cacf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57cacf on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green79.2%
Blue81.2%
CMYK percentages
Cyan58.0%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#57cacf text on a black background
contrast 10.75:1
Card sample
#57cacf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57cacf;
Background color
Panel with #57cacf background
background-color: #57cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57cacf; background: linear-gradient(135deg, #57cacf, #577ACF);