#331f5c
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 31, 92
HSL
260°, 50%, 24%
CMYK
45, 66, 0, 64
Luminance
0.0246
Every format
| HEX | #331f5c |
| RGB | rgb(51, 31, 92) |
| HSL | hsl(260, 50%, 24%) |
| CMYK | cmyk(45%, 66%, 0%, 64%) |
| LAB | lab(17.7 25.4 -33.3) |
| LCH | lch(17.7 41.9 307.4) |
| OKLCH | oklch(0.302 0.104 294.4) |
Copy-ready code
/* CSS */
color: #331f5c;
background-color: #331f5c;
/* Tailwind (arbitrary) */
class="text-[#331f5c] bg-[#331f5c]"
/* SCSS */
$brand: #331f5c;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.361)
/* Android */
Color.parseColor("#331f5c")Accessibility — WCAG contrast
Aa
#331f5c on white: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f5c on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue36.1%
CMYK percentages
Cyan44.6%
Magenta66.3%
Yellow0.0%
Key (black)63.9%
Color previews
#331f5c text on a black background
contrast 1.49:1
Card sample
#331f5c text on a white background
contrast 14.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f5c;
Background color
Panel with #331f5c background
background-color: #331f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f5c; background: linear-gradient(135deg, #331f5c, #5C1F5C);