#381f4b
a deep, soft violet · warm · closest name: midnightblue
RGB
56, 31, 75
HSL
274°, 42%, 21%
CMYK
25, 59, 0, 71
Luminance
0.0233
Every format
| HEX | #381f4b |
| RGB | rgb(56, 31, 75) |
| HSL | hsl(274, 42%, 21%) |
| CMYK | cmyk(25%, 59%, 0%, 71%) |
| LAB | lab(17.1 21.8 -22.7) |
| LCH | lch(17.1 31.5 313.8) |
| OKLCH | oklch(0.295 0.081 308.4) |
Copy-ready code
/* CSS */
color: #381f4b;
background-color: #381f4b;
/* Tailwind (arbitrary) */
class="text-[#381f4b] bg-[#381f4b]"
/* SCSS */
$brand: #381f4b;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.294)
/* Android */
Color.parseColor("#381f4b")Accessibility — WCAG contrast
Aa
#381f4b on white: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f4b on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue29.4%
CMYK percentages
Cyan25.3%
Magenta58.7%
Yellow0.0%
Key (black)70.6%
Color previews
#381f4b text on a black background
contrast 1.47:1
Card sample
#381f4b text on a white background
contrast 14.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f4b;
Background color
Panel with #381f4b background
background-color: #381f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f4b; background: linear-gradient(135deg, #381f4b, #4B1F41);