#5e397b
a dark, soft violet · warm · closest name: midnightblue
RGB
94, 57, 123
HSL
274°, 37%, 35%
CMYK
24, 54, 0, 52
Luminance
0.0674
Every format
| HEX | #5e397b |
| RGB | rgb(94, 57, 123) |
| HSL | hsl(274, 37%, 35%) |
| CMYK | cmyk(24%, 54%, 0%, 52%) |
| LAB | lab(31.2 29.8 -31.4) |
| LCH | lch(31.2 43.3 313.5) |
| OKLCH | oklch(0.419 0.112 308.2) |
Copy-ready code
/* CSS */
color: #5e397b;
background-color: #5e397b;
/* Tailwind (arbitrary) */
class="text-[#5e397b] bg-[#5e397b]"
/* SCSS */
$brand: #5e397b;
/* SwiftUI */
Color(red: 0.369, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#5e397b")Accessibility — WCAG contrast
Aa
#5e397b on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e397b on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green22.4%
Blue48.2%
CMYK percentages
Cyan23.6%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#5e397b text on a black background
contrast 2.35:1
Card sample
#5e397b text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e397b;
Background color
Panel with #5e397b background
background-color: #5e397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e397b; background: linear-gradient(135deg, #5e397b, #7B396C);