#57afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
87, 175, 188
HSL
188°, 43%, 54%
CMYK
54, 7, 0, 26
Luminance
0.3632
Every format
| HEX | #57afbc |
| RGB | rgb(87, 175, 188) |
| HSL | hsl(188, 43%, 54%) |
| CMYK | cmyk(54%, 7%, 0%, 26%) |
| LAB | lab(66.8 -22.7 -14.7) |
| LCH | lch(66.8 27.1 213.0) |
| OKLCH | oklch(0.705 0.086 208.1) |
Copy-ready code
/* CSS */
color: #57afbc;
background-color: #57afbc;
/* Tailwind (arbitrary) */
class="text-[#57afbc] bg-[#57afbc]"
/* SCSS */
$brand: #57afbc;
/* SwiftUI */
Color(red: 0.341, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#57afbc")Accessibility — WCAG contrast
Aa
#57afbc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57afbc on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green68.6%
Blue73.7%
CMYK percentages
Cyan53.7%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#57afbc text on a black background
contrast 8.26:1
Card sample
#57afbc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57afbc;
Background color
Panel with #57afbc background
background-color: #57afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57afbc; background: linear-gradient(135deg, #57afbc, #576CBC);