#381f5d
a deep, vivid violet · warm · closest name: midnightblue
RGB
56, 31, 93
HSL
264°, 50%, 24%
CMYK
40, 67, 0, 64
Luminance
0.0261
Every format
| HEX | #381f5d |
| RGB | rgb(56, 31, 93) |
| HSL | hsl(264, 50%, 24%) |
| CMYK | cmyk(40%, 67%, 0%, 64%) |
| LAB | lab(18.4 27.0 -32.8) |
| LCH | lch(18.4 42.5 309.4) |
| OKLCH | oklch(0.308 0.106 298.5) |
Copy-ready code
/* CSS */
color: #381f5d;
background-color: #381f5d;
/* Tailwind (arbitrary) */
class="text-[#381f5d] bg-[#381f5d]"
/* SCSS */
$brand: #381f5d;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.365)
/* Android */
Color.parseColor("#381f5d")Accessibility — WCAG contrast
Aa
#381f5d on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f5d on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue36.5%
CMYK percentages
Cyan39.8%
Magenta66.7%
Yellow0.0%
Key (black)63.5%
Color previews
#381f5d text on a black background
contrast 1.52:1
Card sample
#381f5d text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f5d;
Background color
Panel with #381f5d background
background-color: #381f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f5d; background: linear-gradient(135deg, #381f5d, #5D1F59);