#331c4b
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 28, 75
HSL
269°, 46%, 20%
CMYK
32, 63, 0, 71
Luminance
0.0204
Every format
| HEX | #331c4b |
| RGB | rgb(51, 28, 75) |
| HSL | hsl(269, 46%, 20%) |
| CMYK | cmyk(32%, 63%, 0%, 71%) |
| LAB | lab(15.7 22.2 -25.0) |
| LCH | lch(15.7 33.5 311.6) |
| OKLCH | oklch(0.283 0.085 304.0) |
Copy-ready code
/* CSS */
color: #331c4b;
background-color: #331c4b;
/* Tailwind (arbitrary) */
class="text-[#331c4b] bg-[#331c4b]"
/* SCSS */
$brand: #331c4b;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.294)
/* Android */
Color.parseColor("#331c4b")Accessibility — WCAG contrast
Aa
#331c4b on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c4b on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue29.4%
CMYK percentages
Cyan32.0%
Magenta62.7%
Yellow0.0%
Key (black)70.6%
Color previews
#331c4b text on a black background
contrast 1.41:1
Card sample
#331c4b text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c4b;
Background color
Panel with #331c4b background
background-color: #331c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c4b; background: linear-gradient(135deg, #331c4b, #4B1C44);