#5d3578
a dark, soft violet · warm · closest name: midnightblue
RGB
93, 53, 120
HSL
276°, 39%, 34%
CMYK
23, 56, 0, 53
Luminance
0.0623
Every format
| HEX | #5d3578 |
| RGB | rgb(93, 53, 120) |
| HSL | hsl(276, 39%, 34%) |
| CMYK | cmyk(23%, 56%, 0%, 53%) |
| LAB | lab(30.0 31.2 -31.5) |
| LCH | lch(30.0 44.3 314.7) |
| OKLCH | oklch(0.409 0.115 309.8) |
Copy-ready code
/* CSS */
color: #5d3578;
background-color: #5d3578;
/* Tailwind (arbitrary) */
class="text-[#5d3578] bg-[#5d3578]"
/* SCSS */
$brand: #5d3578;
/* SwiftUI */
Color(red: 0.365, green: 0.208, blue: 0.471)
/* Android */
Color.parseColor("#5d3578")Accessibility — WCAG contrast
Aa
#5d3578 on white: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d3578 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green20.8%
Blue47.1%
CMYK percentages
Cyan22.5%
Magenta55.8%
Yellow0.0%
Key (black)52.9%
Color previews
#5d3578 text on a black background
contrast 2.25:1
Card sample
#5d3578 text on a white background
contrast 9.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d3578;
Background color
Panel with #5d3578 background
background-color: #5d3578;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d3578;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 53, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 53, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d3578; background: linear-gradient(135deg, #5d3578, #783566);