#321f29
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 31, 41
HSL
328°, 24%, 16%
CMYK
0, 38, 18, 80
Luminance
0.0182
Every format
| HEX | #321f29 |
| RGB | rgb(50, 31, 41) |
| HSL | hsl(328, 24%, 16%) |
| CMYK | cmyk(0%, 38%, 18%, 80%) |
| LAB | lab(14.5 11.1 -3.0) |
| LCH | lch(14.5 11.5 345.2) |
| OKLCH | oklch(0.267 0.034 346.8) |
Copy-ready code
/* CSS */
color: #321f29;
background-color: #321f29;
/* Tailwind (arbitrary) */
class="text-[#321f29] bg-[#321f29]"
/* SCSS */
$brand: #321f29;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.161)
/* Android */
Color.parseColor("#321f29")Accessibility — WCAG contrast
Aa
#321f29 on white: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321f29 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow18.0%
Key (black)80.4%
Color previews
#321f29 text on a black background
contrast 1.36:1
Card sample
#321f29 text on a white background
contrast 15.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321f29;
Background color
Panel with #321f29 background
background-color: #321f29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321f29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321f29; background: linear-gradient(135deg, #321f29, #32221F);