#5f3c6b
a dark, soft violet · warm · closest name: midnightblue
RGB
95, 60, 107
HSL
285°, 28%, 33%
CMYK
11, 44, 0, 58
Luminance
0.0673
Every format
| HEX | #5f3c6b |
| RGB | rgb(95, 60, 107) |
| HSL | hsl(285, 28%, 33%) |
| CMYK | cmyk(11%, 44%, 0%, 58%) |
| LAB | lab(31.2 24.5 -21.3) |
| LCH | lch(31.2 32.5 318.9) |
| OKLCH | oklch(0.417 0.086 317.1) |
Copy-ready code
/* CSS */
color: #5f3c6b;
background-color: #5f3c6b;
/* Tailwind (arbitrary) */
class="text-[#5f3c6b] bg-[#5f3c6b]"
/* SCSS */
$brand: #5f3c6b;
/* SwiftUI */
Color(red: 0.373, green: 0.235, blue: 0.420)
/* Android */
Color.parseColor("#5f3c6b")Accessibility — WCAG contrast
Aa
#5f3c6b on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f3c6b on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green23.5%
Blue42.0%
CMYK percentages
Cyan11.2%
Magenta43.9%
Yellow0.0%
Key (black)58.0%
Color previews
#5f3c6b text on a black background
contrast 2.35:1
Card sample
#5f3c6b text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f3c6b;
Background color
Panel with #5f3c6b background
background-color: #5f3c6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f3c6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 60, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 60, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f3c6b; background: linear-gradient(135deg, #5f3c6b, #6B3C58);