#341c2f
a deep, soft magenta / pink · warm · closest name: black
RGB
52, 28, 47
HSL
313°, 30%, 16%
CMYK
0, 46, 10, 80
Luminance
0.0177
Every format
| HEX | #341c2f |
| RGB | rgb(52, 28, 47) |
| HSL | hsl(313, 30%, 16%) |
| CMYK | cmyk(0%, 46%, 10%, 80%) |
| LAB | lab(14.2 15.3 -7.7) |
| LCH | lch(14.2 17.2 333.4) |
| OKLCH | oklch(0.267 0.049 334.9) |
Copy-ready code
/* CSS */
color: #341c2f;
background-color: #341c2f;
/* Tailwind (arbitrary) */
class="text-[#341c2f] bg-[#341c2f]"
/* SCSS */
$brand: #341c2f;
/* SwiftUI */
Color(red: 0.204, green: 0.110, blue: 0.184)
/* Android */
Color.parseColor("#341c2f")Accessibility — WCAG contrast
Aa
#341c2f on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341c2f on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green11.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow9.6%
Key (black)79.6%
Color previews
#341c2f text on a black background
contrast 1.35:1
Card sample
#341c2f text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341c2f;
Background color
Panel with #341c2f background
background-color: #341c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 28, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 28, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341c2f; background: linear-gradient(135deg, #341c2f, #341C1F);