#321b5f
a deep, vivid violet · warm · closest name: midnightblue
RGB
50, 27, 95
HSL
260°, 56%, 24%
CMYK
47, 72, 0, 63
Luminance
0.0229
Every format
| HEX | #321b5f |
| RGB | rgb(50, 27, 95) |
| HSL | hsl(260, 56%, 24%) |
| CMYK | cmyk(47%, 72%, 0%, 63%) |
| LAB | lab(16.9 28.6 -36.6) |
| LCH | lch(16.9 46.4 308.0) |
| OKLCH | oklch(0.296 0.114 293.8) |
Copy-ready code
/* CSS */
color: #321b5f;
background-color: #321b5f;
/* Tailwind (arbitrary) */
class="text-[#321b5f] bg-[#321b5f]"
/* SCSS */
$brand: #321b5f;
/* SwiftUI */
Color(red: 0.196, green: 0.106, blue: 0.373)
/* Android */
Color.parseColor("#321b5f")Accessibility — WCAG contrast
Aa
#321b5f on white: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321b5f on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green10.6%
Blue37.3%
CMYK percentages
Cyan47.4%
Magenta71.6%
Yellow0.0%
Key (black)62.7%
Color previews
#321b5f text on a black background
contrast 1.46:1
Card sample
#321b5f text on a white background
contrast 14.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321b5f;
Background color
Panel with #321b5f background
background-color: #321b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 27, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 27, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321b5f; background: linear-gradient(135deg, #321b5f, #5F1B5F);