#5f3f9e
a dark, soft violet · warm · closest name: slateblue
RGB
95, 63, 158
HSL
260°, 43%, 43%
CMYK
40, 60, 0, 38
Luminance
0.0846
Every format
| HEX | #5f3f9e |
| RGB | rgb(95, 63, 158) |
| HSL | hsl(260, 43%, 43%) |
| CMYK | cmyk(40%, 60%, 0%, 38%) |
| LAB | lab(34.9 35.9 -47.0) |
| LCH | lch(34.9 59.1 307.4) |
| OKLCH | oklch(0.454 0.148 295.4) |
Copy-ready code
/* CSS */
color: #5f3f9e;
background-color: #5f3f9e;
/* Tailwind (arbitrary) */
class="text-[#5f3f9e] bg-[#5f3f9e]"
/* SCSS */
$brand: #5f3f9e;
/* SwiftUI */
Color(red: 0.373, green: 0.247, blue: 0.620)
/* Android */
Color.parseColor("#5f3f9e")Accessibility — WCAG contrast
Aa
#5f3f9e on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f3f9e on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green24.7%
Blue62.0%
CMYK percentages
Cyan39.9%
Magenta60.1%
Yellow0.0%
Key (black)38.0%
Color previews
#5f3f9e text on a black background
contrast 2.69:1
Card sample
#5f3f9e text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f3f9e;
Background color
Panel with #5f3f9e background
background-color: #5f3f9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f3f9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 63, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 63, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f3f9e; background: linear-gradient(135deg, #5f3f9e, #9E3F9E);