#573f8d
a dark, soft violet · warm · closest name: midnightblue
RGB
87, 63, 141
HSL
259°, 38%, 40%
CMYK
38, 55, 0, 45
Luminance
0.0750
Every format
| HEX | #573f8d |
| RGB | rgb(87, 63, 141) |
| HSL | hsl(259, 38%, 40%) |
| CMYK | cmyk(38%, 55%, 0%, 45%) |
| LAB | lab(32.9 29.1 -39.9) |
| LCH | lch(32.9 49.4 306.2) |
| OKLCH | oklch(0.434 0.124 294.9) |
Copy-ready code
/* CSS */
color: #573f8d;
background-color: #573f8d;
/* Tailwind (arbitrary) */
class="text-[#573f8d] bg-[#573f8d]"
/* SCSS */
$brand: #573f8d;
/* SwiftUI */
Color(red: 0.341, green: 0.247, blue: 0.553)
/* Android */
Color.parseColor("#573f8d")Accessibility — WCAG contrast
Aa
#573f8d on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#573f8d on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green24.7%
Blue55.3%
CMYK percentages
Cyan38.3%
Magenta55.3%
Yellow0.0%
Key (black)44.7%
Color previews
#573f8d text on a black background
contrast 2.50:1
Card sample
#573f8d text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #573f8d;
Background color
Panel with #573f8d background
background-color: #573f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #573f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 63, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 63, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #573f8d; background: linear-gradient(135deg, #573f8d, #8B3F8D);