#381f6c
a dark, vivid violet · warm · closest name: midnightblue
RGB
56, 31, 108
HSL
260°, 55%, 27%
CMYK
48, 71, 0, 58
Luminance
0.0290
Every format
| HEX | #381f6c |
| RGB | rgb(56, 31, 108) |
| HSL | hsl(260, 55%, 27%) |
| CMYK | cmyk(48%, 71%, 0%, 58%) |
| LAB | lab(19.6 31.5 -40.6) |
| LCH | lch(19.6 51.4 307.8) |
| OKLCH | oklch(0.321 0.126 292.8) |
Copy-ready code
/* CSS */
color: #381f6c;
background-color: #381f6c;
/* Tailwind (arbitrary) */
class="text-[#381f6c] bg-[#381f6c]"
/* SCSS */
$brand: #381f6c;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.424)
/* Android */
Color.parseColor("#381f6c")Accessibility — WCAG contrast
Aa
#381f6c on white: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f6c on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue42.4%
CMYK percentages
Cyan48.1%
Magenta71.3%
Yellow0.0%
Key (black)57.6%
Color previews
#381f6c text on a black background
contrast 1.58:1
Card sample
#381f6c text on a white background
contrast 13.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f6c;
Background color
Panel with #381f6c background
background-color: #381f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f6c; background: linear-gradient(135deg, #381f6c, #6C1F6C);