#341639
a deep, soft magenta / pink · warm · closest name: black
RGB
52, 22, 57
HSL
291°, 44%, 16%
CMYK
9, 61, 0, 78
Luminance
0.0160
Every format
| HEX | #341639 |
| RGB | rgb(52, 22, 57) |
| HSL | hsl(291, 44%, 16%) |
| CMYK | cmyk(9%, 61%, 0%, 78%) |
| LAB | lab(13.2 21.6 -16.4) |
| LCH | lch(13.2 27.1 322.8) |
| OKLCH | oklch(0.261 0.073 321.7) |
Copy-ready code
/* CSS */
color: #341639;
background-color: #341639;
/* Tailwind (arbitrary) */
class="text-[#341639] bg-[#341639]"
/* SCSS */
$brand: #341639;
/* SwiftUI */
Color(red: 0.204, green: 0.086, blue: 0.224)
/* Android */
Color.parseColor("#341639")Accessibility — WCAG contrast
Aa
#341639 on white: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341639 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green8.6%
Blue22.4%
CMYK percentages
Cyan8.8%
Magenta61.4%
Yellow0.0%
Key (black)77.6%
Color previews
#341639 text on a black background
contrast 1.32:1
Card sample
#341639 text on a white background
contrast 15.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341639;
Background color
Panel with #341639 background
background-color: #341639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 22, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 22, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341639; background: linear-gradient(135deg, #341639, #391627);