#331b2f
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 27, 47
HSL
310°, 31%, 15%
CMYK
0, 47, 8, 80
Luminance
0.0169
Every format
| HEX | #331b2f |
| RGB | rgb(51, 27, 47) |
| HSL | hsl(310, 31%, 15%) |
| CMYK | cmyk(0%, 47%, 8%, 80%) |
| LAB | lab(13.8 15.6 -8.3) |
| LCH | lch(13.8 17.7 331.9) |
| OKLCH | oklch(0.263 0.050 333.2) |
Copy-ready code
/* CSS */
color: #331b2f;
background-color: #331b2f;
/* Tailwind (arbitrary) */
class="text-[#331b2f] bg-[#331b2f]"
/* SCSS */
$brand: #331b2f;
/* SwiftUI */
Color(red: 0.200, green: 0.106, blue: 0.184)
/* Android */
Color.parseColor("#331b2f")Accessibility — WCAG contrast
Aa
#331b2f on white: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331b2f on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green10.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow7.8%
Key (black)80.0%
Color previews
#331b2f text on a black background
contrast 1.34:1
Card sample
#331b2f text on a white background
contrast 15.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331b2f;
Background color
Panel with #331b2f background
background-color: #331b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 27, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 27, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331b2f; background: linear-gradient(135deg, #331b2f, #331B1F);