#331a39
a deep, soft violet · warm · closest name: black
RGB
51, 26, 57
HSL
288°, 37%, 16%
CMYK
11, 54, 0, 78
Luminance
0.0174
Every format
| HEX | #331a39 |
| RGB | rgb(51, 26, 57) |
| HSL | hsl(288, 37%, 16%) |
| CMYK | cmyk(11%, 54%, 0%, 78%) |
| LAB | lab(14.1 18.6 -15.1) |
| LCH | lch(14.1 24.0 321.0) |
| OKLCH | oklch(0.267 0.064 319.6) |
Copy-ready code
/* CSS */
color: #331a39;
background-color: #331a39;
/* Tailwind (arbitrary) */
class="text-[#331a39] bg-[#331a39]"
/* SCSS */
$brand: #331a39;
/* SwiftUI */
Color(red: 0.200, green: 0.102, blue: 0.224)
/* Android */
Color.parseColor("#331a39")Accessibility — WCAG contrast
Aa
#331a39 on white: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331a39 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green10.2%
Blue22.4%
CMYK percentages
Cyan10.5%
Magenta54.4%
Yellow0.0%
Key (black)77.6%
Color previews
#331a39 text on a black background
contrast 1.35:1
Card sample
#331a39 text on a white background
contrast 15.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331a39;
Background color
Panel with #331a39 background
background-color: #331a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 26, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 26, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331a39; background: linear-gradient(135deg, #331a39, #391A2A);