#331e2f
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 30, 47
HSL
311°, 26%, 16%
CMYK
0, 41, 8, 80
Luminance
0.0184
Every format
| HEX | #331e2f |
| RGB | rgb(51, 30, 47) |
| HSL | hsl(311, 26%, 16%) |
| CMYK | cmyk(0%, 41%, 8%, 80%) |
| LAB | lab(14.6 13.6 -7.1) |
| LCH | lch(14.6 15.3 332.4) |
| OKLCH | oklch(0.269 0.043 333.8) |
Copy-ready code
/* CSS */
color: #331e2f;
background-color: #331e2f;
/* Tailwind (arbitrary) */
class="text-[#331e2f] bg-[#331e2f]"
/* SCSS */
$brand: #331e2f;
/* SwiftUI */
Color(red: 0.200, green: 0.118, blue: 0.184)
/* Android */
Color.parseColor("#331e2f")Accessibility — WCAG contrast
Aa
#331e2f on white: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331e2f on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow7.8%
Key (black)80.0%
Color previews
#331e2f text on a black background
contrast 1.37:1
Card sample
#331e2f text on a white background
contrast 15.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331e2f;
Background color
Panel with #331e2f background
background-color: #331e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 30, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 30, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331e2f; background: linear-gradient(135deg, #331e2f, #331E21);