#330921
a deep, vivid magenta / pink · warm · closest name: black
RGB
51, 9, 33
HSL
326°, 70%, 12%
CMYK
0, 82, 35, 80
Luminance
0.0101
Every format
| HEX | #330921 |
| RGB | rgb(51, 9, 33) |
| HSL | hsl(326, 70%, 12%) |
| CMYK | cmyk(0%, 82%, 35%, 80%) |
| LAB | lab(9.1 23.7 -5.2) |
| LCH | lch(9.1 24.2 347.7) |
| OKLCH | oklch(0.226 0.073 349.4) |
Copy-ready code
/* CSS */
color: #330921;
background-color: #330921;
/* Tailwind (arbitrary) */
class="text-[#330921] bg-[#330921]"
/* SCSS */
$brand: #330921;
/* SwiftUI */
Color(red: 0.200, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#330921")Accessibility — WCAG contrast
Aa
#330921 on white: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330921 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow35.3%
Key (black)80.0%
Color previews
#330921 text on a black background
contrast 1.20:1
Card sample
#330921 text on a white background
contrast 17.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330921;
Background color
Panel with #330921 background
background-color: #330921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330921; background: linear-gradient(135deg, #330921, #330D09);