#320421
a deep, electric magenta / pink · warm · closest name: black
RGB
50, 4, 33
HSL
322°, 85%, 11%
CMYK
0, 92, 34, 80
Luminance
0.0087
Every format
| HEX | #320421 |
| RGB | rgb(50, 4, 33) |
| HSL | hsl(322, 85%, 11%) |
| CMYK | cmyk(0%, 92%, 34%, 80%) |
| LAB | lab(7.9 26.0 -7.0) |
| LCH | lch(7.9 26.9 345.0) |
| OKLCH | oklch(0.217 0.081 346.9) |
Copy-ready code
/* CSS */
color: #320421;
background-color: #320421;
/* Tailwind (arbitrary) */
class="text-[#320421] bg-[#320421]"
/* SCSS */
$brand: #320421;
/* SwiftUI */
Color(red: 0.196, green: 0.016, blue: 0.129)
/* Android */
Color.parseColor("#320421")Accessibility — WCAG contrast
Aa
#320421 on white: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320421 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green1.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow34.0%
Key (black)80.4%
Color previews
#320421 text on a black background
contrast 1.17:1
Card sample
#320421 text on a white background
contrast 17.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320421;
Background color
Panel with #320421 background
background-color: #320421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 4, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 4, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320421; background: linear-gradient(135deg, #320421, #320604);