#5f337c
a dark, soft violet · warm · closest name: midnightblue
RGB
95, 51, 124
HSL
276°, 42%, 34%
CMYK
23, 59, 0, 51
Luminance
0.0626
Every format
| HEX | #5f337c |
| RGB | rgb(95, 51, 124) |
| HSL | hsl(276, 42%, 34%) |
| CMYK | cmyk(23%, 59%, 0%, 51%) |
| LAB | lab(30.1 33.9 -33.9) |
| LCH | lch(30.1 47.9 315.0) |
| OKLCH | oklch(0.411 0.124 309.9) |
Copy-ready code
/* CSS */
color: #5f337c;
background-color: #5f337c;
/* Tailwind (arbitrary) */
class="text-[#5f337c] bg-[#5f337c]"
/* SCSS */
$brand: #5f337c;
/* SwiftUI */
Color(red: 0.373, green: 0.200, blue: 0.486)
/* Android */
Color.parseColor("#5f337c")Accessibility — WCAG contrast
Aa
#5f337c on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f337c on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green20.0%
Blue48.6%
CMYK percentages
Cyan23.4%
Magenta58.9%
Yellow0.0%
Key (black)51.4%
Color previews
#5f337c text on a black background
contrast 2.25:1
Card sample
#5f337c text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f337c;
Background color
Panel with #5f337c background
background-color: #5f337c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f337c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 51, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 51, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f337c; background: linear-gradient(135deg, #5f337c, #7C3368);