#321321
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 19, 33
HSL
333°, 45%, 14%
CMYK
0, 62, 34, 80
Luminance
0.0125
Every format
| HEX | #321321 |
| RGB | rgb(50, 19, 33) |
| HSL | hsl(333, 45%, 14%) |
| CMYK | cmyk(0%, 62%, 34%, 80%) |
| LAB | lab(10.9 17.7 -2.4) |
| LCH | lch(10.9 17.8 352.4) |
| OKLCH | oklch(0.239 0.054 353.6) |
Copy-ready code
/* CSS */
color: #321321;
background-color: #321321;
/* Tailwind (arbitrary) */
class="text-[#321321] bg-[#321321]"
/* SCSS */
$brand: #321321;
/* SwiftUI */
Color(red: 0.196, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#321321")Accessibility — WCAG contrast
Aa
#321321 on white: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321321 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow34.0%
Key (black)80.4%
Color previews
#321321 text on a black background
contrast 1.25:1
Card sample
#321321 text on a white background
contrast 16.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321321;
Background color
Panel with #321321 background
background-color: #321321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321321; background: linear-gradient(135deg, #321321, #321A13);