#381f7b
a dark, vivid violet · warm · closest name: midnightblue
RGB
56, 31, 123
HSL
256°, 60%, 30%
CMYK
55, 75, 0, 52
Luminance
0.0325
Every format
| HEX | #381f7b |
| RGB | rgb(56, 31, 123) |
| HSL | hsl(256, 60%, 30%) |
| CMYK | cmyk(55%, 75%, 0%, 52%) |
| LAB | lab(21.0 36.1 -48.1) |
| LCH | lch(21.0 60.1 306.9) |
| OKLCH | oklch(0.335 0.145 288.4) |
Copy-ready code
/* CSS */
color: #381f7b;
background-color: #381f7b;
/* Tailwind (arbitrary) */
class="text-[#381f7b] bg-[#381f7b]"
/* SCSS */
$brand: #381f7b;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.482)
/* Android */
Color.parseColor("#381f7b")Accessibility — WCAG contrast
Aa
#381f7b on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f7b on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue48.2%
CMYK percentages
Cyan54.5%
Magenta74.8%
Yellow0.0%
Key (black)51.8%
Color previews
#381f7b text on a black background
contrast 1.65:1
Card sample
#381f7b text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f7b;
Background color
Panel with #381f7b background
background-color: #381f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f7b; background: linear-gradient(135deg, #381f7b, #751F7B);