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