#573a92
a dark, soft violet · warm · closest name: midnightblue
RGB
87, 58, 146
HSL
260°, 43%, 40%
CMYK
40, 60, 0, 43
Luminance
0.0713
Every format
| HEX | #573a92 |
| RGB | rgb(87, 58, 146) |
| HSL | hsl(260, 43%, 40%) |
| CMYK | cmyk(40%, 60%, 0%, 43%) |
| LAB | lab(32.1 33.6 -44.3) |
| LCH | lch(32.1 55.6 307.2) |
| OKLCH | oklch(0.429 0.139 295.1) |
Copy-ready code
/* CSS */
color: #573a92;
background-color: #573a92;
/* Tailwind (arbitrary) */
class="text-[#573a92] bg-[#573a92]"
/* SCSS */
$brand: #573a92;
/* SwiftUI */
Color(red: 0.341, green: 0.227, blue: 0.573)
/* Android */
Color.parseColor("#573a92")Accessibility — WCAG contrast
Aa
#573a92 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#573a92 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green22.7%
Blue57.3%
CMYK percentages
Cyan40.4%
Magenta60.3%
Yellow0.0%
Key (black)42.7%
Color previews
#573a92 text on a black background
contrast 2.43:1
Card sample
#573a92 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #573a92;
Background color
Panel with #573a92 background
background-color: #573a92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #573a92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 58, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 58, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #573a92; background: linear-gradient(135deg, #573a92, #923A92);