#57ab9b
a balanced, soft cyan · cool · closest name: teal
RGB
87, 171, 155
HSL
169°, 33%, 51%
CMYK
49, 0, 9, 33
Luminance
0.3352
Every format
| HEX | #57ab9b |
| RGB | rgb(87, 171, 155) |
| HSL | hsl(169, 33%, 51%) |
| CMYK | cmyk(49%, 0%, 9%, 33%) |
| LAB | lab(64.6 -29.5 0.4) |
| LCH | lch(64.6 29.5 179.2) |
| OKLCH | oklch(0.684 0.086 179.6) |
Copy-ready code
/* CSS */
color: #57ab9b;
background-color: #57ab9b;
/* Tailwind (arbitrary) */
class="text-[#57ab9b] bg-[#57ab9b]"
/* SCSS */
$brand: #57ab9b;
/* SwiftUI */
Color(red: 0.341, green: 0.671, blue: 0.608)
/* Android */
Color.parseColor("#57ab9b")Accessibility — WCAG contrast
Aa
#57ab9b on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57ab9b on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green67.1%
Blue60.8%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow9.4%
Key (black)32.9%
Color previews
#57ab9b text on a black background
contrast 7.70:1
Card sample
#57ab9b text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57ab9b;
Background color
Panel with #57ab9b background
background-color: #57ab9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57ab9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 171, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 171, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57ab9b; background: linear-gradient(135deg, #57ab9b, #5783AB);