#57abb2
a balanced, soft cyan · cool · closest name: teal
RGB
87, 171, 178
HSL
185°, 37%, 52%
CMYK
51, 4, 0, 30
Luminance
0.3437
Every format
| HEX | #57abb2 |
| RGB | rgb(87, 171, 178) |
| HSL | hsl(185, 37%, 52%) |
| CMYK | cmyk(51%, 4%, 0%, 30%) |
| LAB | lab(65.3 -23.5 -11.4) |
| LCH | lch(65.3 26.1 206.0) |
| OKLCH | oklch(0.692 0.082 202.6) |
Copy-ready code
/* CSS */
color: #57abb2;
background-color: #57abb2;
/* Tailwind (arbitrary) */
class="text-[#57abb2] bg-[#57abb2]"
/* SCSS */
$brand: #57abb2;
/* SwiftUI */
Color(red: 0.341, green: 0.671, blue: 0.698)
/* Android */
Color.parseColor("#57abb2")Accessibility — WCAG contrast
Aa
#57abb2 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57abb2 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green67.1%
Blue69.8%
CMYK percentages
Cyan51.1%
Magenta3.9%
Yellow0.0%
Key (black)30.2%
Color previews
#57abb2 text on a black background
contrast 7.87:1
Card sample
#57abb2 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57abb2;
Background color
Panel with #57abb2 background
background-color: #57abb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57abb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 171, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 171, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57abb2; background: linear-gradient(135deg, #57abb2, #576FB2);