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