#320521
a deep, electric magenta / pink · warm · closest name: black
RGB
50, 5, 33
HSL
323°, 82%, 11%
CMYK
0, 90, 34, 80
Luminance
0.0090
Every format
| HEX | #320521 |
| RGB | rgb(50, 5, 33) |
| HSL | hsl(323, 82%, 11%) |
| CMYK | cmyk(0%, 90%, 34%, 80%) |
| LAB | lab(8.1 25.4 -6.7) |
| LCH | lch(8.1 26.3 345.3) |
| OKLCH | oklch(0.218 0.080 347.2) |
Copy-ready code
/* CSS */
color: #320521;
background-color: #320521;
/* Tailwind (arbitrary) */
class="text-[#320521] bg-[#320521]"
/* SCSS */
$brand: #320521;
/* SwiftUI */
Color(red: 0.196, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#320521")Accessibility — WCAG contrast
Aa
#320521 on white: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320521 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow34.0%
Key (black)80.4%
Color previews
#320521 text on a black background
contrast 1.18:1
Card sample
#320521 text on a white background
contrast 17.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320521;
Background color
Panel with #320521 background
background-color: #320521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320521; background: linear-gradient(135deg, #320521, #320705);