#331c2b
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 28, 43
HSL
321°, 29%, 16%
CMYK
0, 45, 16, 80
Luminance
0.0171
Every format
| HEX | #331c2b |
| RGB | rgb(51, 28, 43) |
| HSL | hsl(321, 29%, 16%) |
| CMYK | cmyk(0%, 45%, 16%, 80%) |
| LAB | lab(13.9 14.1 -5.3) |
| LCH | lch(13.9 15.0 339.3) |
| OKLCH | oklch(0.263 0.043 341.1) |
Copy-ready code
/* CSS */
color: #331c2b;
background-color: #331c2b;
/* Tailwind (arbitrary) */
class="text-[#331c2b] bg-[#331c2b]"
/* SCSS */
$brand: #331c2b;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.169)
/* Android */
Color.parseColor("#331c2b")Accessibility — WCAG contrast
Aa
#331c2b on white: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c2b on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow15.7%
Key (black)80.0%
Color previews
#331c2b text on a black background
contrast 1.34:1
Card sample
#331c2b text on a white background
contrast 15.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c2b;
Background color
Panel with #331c2b background
background-color: #331c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c2b; background: linear-gradient(135deg, #331c2b, #331C1C);