#331f52
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 31, 82
HSL
264°, 45%, 22%
CMYK
38, 62, 0, 68
Luminance
0.0229
Every format
| HEX | #331f52 |
| RGB | rgb(51, 31, 82) |
| HSL | hsl(264, 45%, 22%) |
| CMYK | cmyk(38%, 62%, 0%, 68%) |
| LAB | lab(17.0 22.3 -27.8) |
| LCH | lch(17.0 35.7 308.8) |
| OKLCH | oklch(0.293 0.090 298.8) |
Copy-ready code
/* CSS */
color: #331f52;
background-color: #331f52;
/* Tailwind (arbitrary) */
class="text-[#331f52] bg-[#331f52]"
/* SCSS */
$brand: #331f52;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.322)
/* Android */
Color.parseColor("#331f52")Accessibility — WCAG contrast
Aa
#331f52 on white: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f52 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue32.2%
CMYK percentages
Cyan37.8%
Magenta62.2%
Yellow0.0%
Key (black)67.8%
Color previews
#331f52 text on a black background
contrast 1.46:1
Card sample
#331f52 text on a white background
contrast 14.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f52;
Background color
Panel with #331f52 background
background-color: #331f52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f52; background: linear-gradient(135deg, #331f52, #521F4F);