#5d3e9b
a dark, soft violet · warm · closest name: slateblue
RGB
93, 62, 155
HSL
260°, 43%, 43%
CMYK
40, 60, 0, 39
Luminance
0.0814
Every format
| HEX | #5d3e9b |
| RGB | rgb(93, 62, 155) |
| HSL | hsl(260, 43%, 43%) |
| CMYK | cmyk(40%, 60%, 0%, 39%) |
| LAB | lab(34.3 35.2 -46.2) |
| LCH | lch(34.3 58.1 307.3) |
| OKLCH | oklch(0.448 0.145 295.3) |
Copy-ready code
/* CSS */
color: #5d3e9b;
background-color: #5d3e9b;
/* Tailwind (arbitrary) */
class="text-[#5d3e9b] bg-[#5d3e9b]"
/* SCSS */
$brand: #5d3e9b;
/* SwiftUI */
Color(red: 0.365, green: 0.243, blue: 0.608)
/* Android */
Color.parseColor("#5d3e9b")Accessibility — WCAG contrast
Aa
#5d3e9b on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d3e9b on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green24.3%
Blue60.8%
CMYK percentages
Cyan40.0%
Magenta60.0%
Yellow0.0%
Key (black)39.2%
Color previews
#5d3e9b text on a black background
contrast 2.63:1
Card sample
#5d3e9b text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d3e9b;
Background color
Panel with #5d3e9b background
background-color: #5d3e9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d3e9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 62, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 62, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d3e9b; background: linear-gradient(135deg, #5d3e9b, #9B3E9B);