#577175
a dark, muted cyan · cool · closest name: gray
RGB
87, 113, 117
HSL
188°, 15%, 40%
CMYK
26, 3, 0, 54
Luminance
0.1512
Every format
| HEX | #577175 |
| RGB | rgb(87, 113, 117) |
| HSL | hsl(188, 15%, 40%) |
| CMYK | cmyk(26%, 3%, 0%, 54%) |
| LAB | lab(45.8 -8.5 -5.3) |
| LCH | lch(45.8 10.0 212.2) |
| OKLCH | oklch(0.529 0.031 207.9) |
Copy-ready code
/* CSS */
color: #577175;
background-color: #577175;
/* Tailwind (arbitrary) */
class="text-[#577175] bg-[#577175]"
/* SCSS */
$brand: #577175;
/* SwiftUI */
Color(red: 0.341, green: 0.443, blue: 0.459)
/* Android */
Color.parseColor("#577175")Accessibility — WCAG contrast
Aa
#577175 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577175 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green44.3%
Blue45.9%
CMYK percentages
Cyan25.6%
Magenta3.4%
Yellow0.0%
Key (black)54.1%
Color previews
#577175 text on a black background
contrast 4.02:1
Card sample
#577175 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577175;
Background color
Panel with #577175 background
background-color: #577175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 113, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 113, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577175; background: linear-gradient(135deg, #577175, #575D75);