#321b2f
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 27, 47
HSL
308°, 30%, 15%
CMYK
0, 46, 6, 80
Luminance
0.0167
Every format
| HEX | #321b2f |
| RGB | rgb(50, 27, 47) |
| HSL | hsl(308, 30%, 15%) |
| CMYK | cmyk(0%, 46%, 6%, 80%) |
| LAB | lab(13.6 15.2 -8.6) |
| LCH | lch(13.6 17.5 330.5) |
| OKLCH | oklch(0.262 0.049 331.7) |
Copy-ready code
/* CSS */
color: #321b2f;
background-color: #321b2f;
/* Tailwind (arbitrary) */
class="text-[#321b2f] bg-[#321b2f]"
/* SCSS */
$brand: #321b2f;
/* SwiftUI */
Color(red: 0.196, green: 0.106, blue: 0.184)
/* Android */
Color.parseColor("#321b2f")Accessibility — WCAG contrast
Aa
#321b2f on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321b2f on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green10.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow6.0%
Key (black)80.4%
Color previews
#321b2f text on a black background
contrast 1.33:1
Card sample
#321b2f text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321b2f;
Background color
Panel with #321b2f background
background-color: #321b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 27, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 27, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321b2f; background: linear-gradient(135deg, #321b2f, #321B20);