#341321
a deep, vivid magenta / pink · warm · closest name: black
RGB
52, 19, 33
HSL
335°, 47%, 14%
CMYK
0, 64, 37, 80
Luminance
0.0131
Every format
| HEX | #341321 |
| RGB | rgb(52, 19, 33) |
| HSL | hsl(335, 47%, 14%) |
| CMYK | cmyk(0%, 64%, 37%, 80%) |
| LAB | lab(11.3 18.5 -1.8) |
| LCH | lch(11.3 18.6 354.5) |
| OKLCH | oklch(0.243 0.056 355.5) |
Copy-ready code
/* CSS */
color: #341321;
background-color: #341321;
/* Tailwind (arbitrary) */
class="text-[#341321] bg-[#341321]"
/* SCSS */
$brand: #341321;
/* SwiftUI */
Color(red: 0.204, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#341321")Accessibility — WCAG contrast
Aa
#341321 on white: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341321 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow36.5%
Key (black)79.6%
Color previews
#341321 text on a black background
contrast 1.26:1
Card sample
#341321 text on a white background
contrast 16.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341321;
Background color
Panel with #341321 background
background-color: #341321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341321; background: linear-gradient(135deg, #341321, #341B13);