#330121
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 1, 33
HSL
322°, 96%, 10%
CMYK
0, 98, 35, 80
Luminance
0.0084
Every format
| HEX | #330121 |
| RGB | rgb(51, 1, 33) |
| HSL | hsl(322, 96%, 10%) |
| CMYK | cmyk(0%, 98%, 35%, 80%) |
| LAB | lab(7.5 28.0 -7.5) |
| LCH | lch(7.5 29.0 345.0) |
| OKLCH | oklch(0.215 0.088 347.0) |
Copy-ready code
/* CSS */
color: #330121;
background-color: #330121;
/* Tailwind (arbitrary) */
class="text-[#330121] bg-[#330121]"
/* SCSS */
$brand: #330121;
/* SwiftUI */
Color(red: 0.200, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#330121")Accessibility — WCAG contrast
Aa
#330121 on white: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330121 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow35.3%
Key (black)80.0%
Color previews
#330121 text on a black background
contrast 1.17:1
Card sample
#330121 text on a white background
contrast 17.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330121;
Background color
Panel with #330121 background
background-color: #330121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330121; background: linear-gradient(135deg, #330121, #330201);