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