#574257
a dark, muted magenta / pink · warm · closest name: darkslategray
RGB
87, 66, 87
HSL
300°, 14%, 30%
CMYK
0, 24, 0, 66
Luminance
0.0661
Every format
| HEX | #574257 |
| RGB | rgb(87, 66, 87) |
| HSL | hsl(300, 14%, 30%) |
| CMYK | cmyk(0%, 24%, 0%, 66%) |
| LAB | lab(30.9 13.2 -9.0) |
| LCH | lch(30.9 16.0 325.6) |
| OKLCH | oklch(0.409 0.044 326.3) |
Copy-ready code
/* CSS */
color: #574257;
background-color: #574257;
/* Tailwind (arbitrary) */
class="text-[#574257] bg-[#574257]"
/* SCSS */
$brand: #574257;
/* SwiftUI */
Color(red: 0.341, green: 0.259, blue: 0.341)
/* Android */
Color.parseColor("#574257")Accessibility — WCAG contrast
Aa
#574257 on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#574257 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green25.9%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow0.0%
Key (black)65.9%
Color previews
#574257 text on a black background
contrast 2.32:1
Card sample
#574257 text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574257;
Background color
Panel with #574257 background
background-color: #574257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 66, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 66, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574257; background: linear-gradient(135deg, #574257, #574249);