#331c41
a deep, soft violet · warm · closest name: black
RGB
51, 28, 65
HSL
277°, 40%, 18%
CMYK
22, 57, 0, 75
Luminance
0.0192
Every format
| HEX | #331c41 |
| RGB | rgb(51, 28, 65) |
| HSL | hsl(277, 40%, 18%) |
| CMYK | cmyk(22%, 57%, 0%, 75%) |
| LAB | lab(15.0 19.4 -19.2) |
| LCH | lch(15.0 27.3 315.4) |
| OKLCH | oklch(0.276 0.071 311.3) |
Copy-ready code
/* CSS */
color: #331c41;
background-color: #331c41;
/* Tailwind (arbitrary) */
class="text-[#331c41] bg-[#331c41]"
/* SCSS */
$brand: #331c41;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.255)
/* Android */
Color.parseColor("#331c41")Accessibility — WCAG contrast
Aa
#331c41 on white: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c41 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue25.5%
CMYK percentages
Cyan21.5%
Magenta56.9%
Yellow0.0%
Key (black)74.5%
Color previews
#331c41 text on a black background
contrast 1.38:1
Card sample
#331c41 text on a white background
contrast 15.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c41;
Background color
Panel with #331c41 background
background-color: #331c41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c41; background: linear-gradient(135deg, #331c41, #411C36);