#321f2c
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 31, 44
HSL
319°, 24%, 16%
CMYK
0, 38, 12, 80
Luminance
0.0184
Every format
| HEX | #321f2c |
| RGB | rgb(50, 31, 44) |
| HSL | hsl(319, 24%, 16%) |
| CMYK | cmyk(0%, 38%, 12%, 80%) |
| LAB | lab(14.6 11.8 -4.9) |
| LCH | lch(14.6 12.8 337.3) |
| OKLCH | oklch(0.269 0.037 339.0) |
Copy-ready code
/* CSS */
color: #321f2c;
background-color: #321f2c;
/* Tailwind (arbitrary) */
class="text-[#321f2c] bg-[#321f2c]"
/* SCSS */
$brand: #321f2c;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#321f2c")Accessibility — WCAG contrast
Aa
#321f2c on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321f2c on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow12.0%
Key (black)80.4%
Color previews
#321f2c text on a black background
contrast 1.37:1
Card sample
#321f2c text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321f2c;
Background color
Panel with #321f2c background
background-color: #321f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321f2c; background: linear-gradient(135deg, #321f2c, #321F1F);