#381f73
a dark, vivid violet · warm · closest name: midnightblue
RGB
56, 31, 115
HSL
258°, 58%, 29%
CMYK
51, 73, 0, 55
Luminance
0.0306
Every format
| HEX | #381f73 |
| RGB | rgb(56, 31, 115) |
| HSL | hsl(258, 58%, 29%) |
| CMYK | cmyk(51%, 73%, 0%, 55%) |
| LAB | lab(20.3 33.6 -44.1) |
| LCH | lch(20.3 55.5 307.3) |
| OKLCH | oklch(0.328 0.135 290.6) |
Copy-ready code
/* CSS */
color: #381f73;
background-color: #381f73;
/* Tailwind (arbitrary) */
class="text-[#381f73] bg-[#381f73]"
/* SCSS */
$brand: #381f73;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.451)
/* Android */
Color.parseColor("#381f73")Accessibility — WCAG contrast
Aa
#381f73 on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f73 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue45.1%
CMYK percentages
Cyan51.3%
Magenta73.0%
Yellow0.0%
Key (black)54.9%
Color previews
#381f73 text on a black background
contrast 1.61:1
Card sample
#381f73 text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f73;
Background color
Panel with #381f73 background
background-color: #381f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f73; background: linear-gradient(135deg, #381f73, #701F73);