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