#57445f
a dark, soft violet · warm · closest name: darkslategray
RGB
87, 68, 95
HSL
282°, 17%, 32%
CMYK
8, 28, 0, 63
Luminance
0.0699
Every format
| HEX | #57445f |
| RGB | rgb(87, 68, 95) |
| HSL | hsl(282, 17%, 32%) |
| CMYK | cmyk(8%, 28%, 0%, 63%) |
| LAB | lab(31.8 13.8 -12.8) |
| LCH | lch(31.8 18.8 317.0) |
| OKLCH | oklch(0.417 0.050 315.7) |
Copy-ready code
/* CSS */
color: #57445f;
background-color: #57445f;
/* Tailwind (arbitrary) */
class="text-[#57445f] bg-[#57445f]"
/* SCSS */
$brand: #57445f;
/* SwiftUI */
Color(red: 0.341, green: 0.267, blue: 0.373)
/* Android */
Color.parseColor("#57445f")Accessibility — WCAG contrast
Aa
#57445f on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#57445f on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green26.7%
Blue37.3%
CMYK percentages
Cyan8.4%
Magenta28.4%
Yellow0.0%
Key (black)62.7%
Color previews
#57445f text on a black background
contrast 2.40:1
Card sample
#57445f text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57445f;
Background color
Panel with #57445f background
background-color: #57445f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57445f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 68, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 68, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57445f; background: linear-gradient(135deg, #57445f, #5F4455);