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