#381957
a deep, vivid violet · warm · closest name: midnightblue
RGB
56, 25, 87
HSL
270°, 55%, 22%
CMYK
36, 71, 0, 66
Luminance
0.0222
Every format
| HEX | #381957 |
| RGB | rgb(56, 25, 87) |
| HSL | hsl(270, 55%, 22%) |
| CMYK | cmyk(36%, 71%, 0%, 66%) |
| LAB | lab(16.6 28.8 -31.7) |
| LCH | lch(16.6 42.8 312.3) |
| OKLCH | oklch(0.294 0.108 303.3) |
Copy-ready code
/* CSS */
color: #381957;
background-color: #381957;
/* Tailwind (arbitrary) */
class="text-[#381957] bg-[#381957]"
/* SCSS */
$brand: #381957;
/* SwiftUI */
Color(red: 0.220, green: 0.098, blue: 0.341)
/* Android */
Color.parseColor("#381957")Accessibility — WCAG contrast
Aa
#381957 on white: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381957 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green9.8%
Blue34.1%
CMYK percentages
Cyan35.6%
Magenta71.3%
Yellow0.0%
Key (black)65.9%
Color previews
#381957 text on a black background
contrast 1.44:1
Card sample
#381957 text on a white background
contrast 14.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381957;
Background color
Panel with #381957 background
background-color: #381957;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381957;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 25, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 25, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381957; background: linear-gradient(135deg, #381957, #57194D);