#330721
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 7, 33
HSL
325°, 76%, 11%
CMYK
0, 86, 35, 80
Luminance
0.0097
Every format
| HEX | #330721 |
| RGB | rgb(51, 7, 33) |
| HSL | hsl(325, 76%, 11%) |
| CMYK | cmyk(0%, 86%, 35%, 80%) |
| LAB | lab(8.7 24.7 -5.7) |
| LCH | lch(8.7 25.3 347.0) |
| OKLCH | oklch(0.223 0.077 348.7) |
Copy-ready code
/* CSS */
color: #330721;
background-color: #330721;
/* Tailwind (arbitrary) */
class="text-[#330721] bg-[#330721]"
/* SCSS */
$brand: #330721;
/* SwiftUI */
Color(red: 0.200, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#330721")Accessibility — WCAG contrast
Aa
#330721 on white: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330721 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow35.3%
Key (black)80.0%
Color previews
#330721 text on a black background
contrast 1.19:1
Card sample
#330721 text on a white background
contrast 17.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330721;
Background color
Panel with #330721 background
background-color: #330721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330721; background: linear-gradient(135deg, #330721, #330A07);