#331c39
a deep, soft violet · warm · closest name: black
RGB
51, 28, 57
HSL
288°, 34%, 17%
CMYK
11, 51, 0, 78
Luminance
0.0183
Every format
| HEX | #331c39 |
| RGB | rgb(51, 28, 57) |
| HSL | hsl(288, 34%, 17%) |
| CMYK | cmyk(11%, 51%, 0%, 78%) |
| LAB | lab(14.6 17.3 -14.3) |
| LCH | lch(14.6 22.4 320.5) |
| OKLCH | oklch(0.271 0.060 319.1) |
Copy-ready code
/* CSS */
color: #331c39;
background-color: #331c39;
/* Tailwind (arbitrary) */
class="text-[#331c39] bg-[#331c39]"
/* SCSS */
$brand: #331c39;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.224)
/* Android */
Color.parseColor("#331c39")Accessibility — WCAG contrast
Aa
#331c39 on white: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c39 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue22.4%
CMYK percentages
Cyan10.5%
Magenta50.9%
Yellow0.0%
Key (black)77.6%
Color previews
#331c39 text on a black background
contrast 1.37:1
Card sample
#331c39 text on a white background
contrast 15.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c39;
Background color
Panel with #331c39 background
background-color: #331c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c39; background: linear-gradient(135deg, #331c39, #391C2C);