#331c2e
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 28, 46
HSL
313°, 29%, 16%
CMYK
0, 45, 10, 80
Luminance
0.0173
Every format
| HEX | #331c2e |
| RGB | rgb(51, 28, 46) |
| HSL | hsl(313, 29%, 16%) |
| CMYK | cmyk(0%, 45%, 10%, 80%) |
| LAB | lab(14.0 14.7 -7.3) |
| LCH | lch(14.0 16.4 333.7) |
| OKLCH | oklch(0.265 0.047 335.2) |
Copy-ready code
/* CSS */
color: #331c2e;
background-color: #331c2e;
/* Tailwind (arbitrary) */
class="text-[#331c2e] bg-[#331c2e]"
/* SCSS */
$brand: #331c2e;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.180)
/* Android */
Color.parseColor("#331c2e")Accessibility — WCAG contrast
Aa
#331c2e on white: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c2e on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow9.8%
Key (black)80.0%
Color previews
#331c2e text on a black background
contrast 1.35:1
Card sample
#331c2e text on a white background
contrast 15.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c2e;
Background color
Panel with #331c2e background
background-color: #331c2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c2e; background: linear-gradient(135deg, #331c2e, #331C1F);