#381f52
a deep, vivid violet · warm · closest name: midnightblue
RGB
56, 31, 82
HSL
269°, 45%, 22%
CMYK
32, 62, 0, 68
Luminance
0.0243
Every format
| HEX | #381f52 |
| RGB | rgb(56, 31, 82) |
| HSL | hsl(269, 45%, 22%) |
| CMYK | cmyk(32%, 62%, 0%, 68%) |
| LAB | lab(17.6 23.8 -26.7) |
| LCH | lch(17.6 35.8 311.6) |
| OKLCH | oklch(0.300 0.091 304.0) |
Copy-ready code
/* CSS */
color: #381f52;
background-color: #381f52;
/* Tailwind (arbitrary) */
class="text-[#381f52] bg-[#381f52]"
/* SCSS */
$brand: #381f52;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.322)
/* Android */
Color.parseColor("#381f52")Accessibility — WCAG contrast
Aa
#381f52 on white: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f52 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue32.2%
CMYK percentages
Cyan31.7%
Magenta62.2%
Yellow0.0%
Key (black)67.8%
Color previews
#381f52 text on a black background
contrast 1.49:1
Card sample
#381f52 text on a white background
contrast 14.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f52;
Background color
Panel with #381f52 background
background-color: #381f52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f52; background: linear-gradient(135deg, #381f52, #521F4A);