#331f2e
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 31, 46
HSL
315°, 24%, 16%
CMYK
0, 39, 10, 80
Luminance
0.0188
Every format
| HEX | #331f2e |
| RGB | rgb(51, 31, 46) |
| HSL | hsl(315, 24%, 16%) |
| CMYK | cmyk(0%, 39%, 10%, 80%) |
| LAB | lab(14.8 12.7 -6.0) |
| LCH | lch(14.8 14.0 334.6) |
| OKLCH | oklch(0.271 0.040 336.2) |
Copy-ready code
/* CSS */
color: #331f2e;
background-color: #331f2e;
/* Tailwind (arbitrary) */
class="text-[#331f2e] bg-[#331f2e]"
/* SCSS */
$brand: #331f2e;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.180)
/* Android */
Color.parseColor("#331f2e")Accessibility — WCAG contrast
Aa
#331f2e on white: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f2e on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow9.8%
Key (black)80.0%
Color previews
#331f2e text on a black background
contrast 1.38:1
Card sample
#331f2e text on a white background
contrast 15.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f2e;
Background color
Panel with #331f2e background
background-color: #331f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f2e; background: linear-gradient(135deg, #331f2e, #331F21);