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