#331321
a deep, vivid magenta / pink · warm · closest name: black
RGB
51, 19, 33
HSL
334°, 46%, 14%
CMYK
0, 63, 35, 80
Luminance
0.0128
Every format
| HEX | #331321 |
| RGB | rgb(51, 19, 33) |
| HSL | hsl(334, 46%, 14%) |
| CMYK | cmyk(0%, 63%, 35%, 80%) |
| LAB | lab(11.1 18.1 -2.1) |
| LCH | lch(11.1 18.2 353.5) |
| OKLCH | oklch(0.241 0.055 354.5) |
Copy-ready code
/* CSS */
color: #331321;
background-color: #331321;
/* Tailwind (arbitrary) */
class="text-[#331321] bg-[#331321]"
/* SCSS */
$brand: #331321;
/* SwiftUI */
Color(red: 0.200, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#331321")Accessibility — WCAG contrast
Aa
#331321 on white: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331321 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow35.3%
Key (black)80.0%
Color previews
#331321 text on a black background
contrast 1.26:1
Card sample
#331321 text on a white background
contrast 16.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331321;
Background color
Panel with #331321 background
background-color: #331321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331321; background: linear-gradient(135deg, #331321, #331A13);