#381f65
a dark, vivid violet · warm · closest name: midnightblue
RGB
56, 31, 101
HSL
261°, 53%, 26%
CMYK
45, 69, 0, 60
Luminance
0.0276
Every format
| HEX | #381f65 |
| RGB | rgb(56, 31, 101) |
| HSL | hsl(261, 53%, 26%) |
| CMYK | cmyk(45%, 69%, 0%, 60%) |
| LAB | lab(19.1 29.4 -37.0) |
| LCH | lch(19.1 47.3 308.4) |
| OKLCH | oklch(0.315 0.117 295.3) |
Copy-ready code
/* CSS */
color: #381f65;
background-color: #381f65;
/* Tailwind (arbitrary) */
class="text-[#381f65] bg-[#381f65]"
/* SCSS */
$brand: #381f65;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.396)
/* Android */
Color.parseColor("#381f65")Accessibility — WCAG contrast
Aa
#381f65 on white: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f65 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue39.6%
CMYK percentages
Cyan44.6%
Magenta69.3%
Yellow0.0%
Key (black)60.4%
Color previews
#381f65 text on a black background
contrast 1.55:1
Card sample
#381f65 text on a white background
contrast 13.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f65;
Background color
Panel with #381f65 background
background-color: #381f65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f65; background: linear-gradient(135deg, #381f65, #651F63);