#381069
a deep, vivid violet · warm · closest name: midnightblue
RGB
56, 16, 105
HSL
267°, 74%, 24%
CMYK
47, 85, 0, 59
Luminance
0.0223
Every format
| HEX | #381069 |
| RGB | rgb(56, 16, 105) |
| HSL | hsl(267, 74%, 24%) |
| CMYK | cmyk(47%, 85%, 0%, 59%) |
| LAB | lab(16.7 38.3 -43.6) |
| LCH | lch(16.7 58.0 311.3) |
| OKLCH | oklch(0.299 0.140 297.2) |
Copy-ready code
/* CSS */
color: #381069;
background-color: #381069;
/* Tailwind (arbitrary) */
class="text-[#381069] bg-[#381069]"
/* SCSS */
$brand: #381069;
/* SwiftUI */
Color(red: 0.220, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#381069")Accessibility — WCAG contrast
Aa
#381069 on white: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381069 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green6.3%
Blue41.2%
CMYK percentages
Cyan46.7%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#381069 text on a black background
contrast 1.45:1
Card sample
#381069 text on a white background
contrast 14.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381069;
Background color
Panel with #381069 background
background-color: #381069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381069; background: linear-gradient(135deg, #381069, #69105F);