#320b2f
a deep, vivid magenta / pink · warm · closest name: black
RGB
50, 11, 47
HSL
305°, 64%, 12%
CMYK
0, 78, 6, 80
Luminance
0.0112
Every format
| HEX | #320b2f |
| RGB | rgb(50, 11, 47) |
| HSL | hsl(305, 64%, 12%) |
| CMYK | cmyk(0%, 78%, 6%, 80%) |
| LAB | lab(10.0 24.9 -14.3) |
| LCH | lch(10.0 28.7 330.2) |
| OKLCH | oklch(0.234 0.081 331.0) |
Copy-ready code
/* CSS */
color: #320b2f;
background-color: #320b2f;
/* Tailwind (arbitrary) */
class="text-[#320b2f] bg-[#320b2f]"
/* SCSS */
$brand: #320b2f;
/* SwiftUI */
Color(red: 0.196, green: 0.043, blue: 0.184)
/* Android */
Color.parseColor("#320b2f")Accessibility — WCAG contrast
Aa
#320b2f on white: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320b2f on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green4.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow6.0%
Key (black)80.4%
Color previews
#320b2f text on a black background
contrast 1.22:1
Card sample
#320b2f text on a white background
contrast 17.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320b2f;
Background color
Panel with #320b2f background
background-color: #320b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 11, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 11, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320b2f; background: linear-gradient(135deg, #320b2f, #320B15);