#331f36
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 31, 54
HSL
292°, 27%, 17%
CMYK
6, 43, 0, 79
Luminance
0.0195
Every format
| HEX | #331f36 |
| RGB | rgb(51, 31, 54) |
| HSL | hsl(292, 27%, 17%) |
| CMYK | cmyk(6%, 43%, 0%, 79%) |
| LAB | lab(15.2 14.5 -11.1) |
| LCH | lch(15.2 18.3 322.5) |
| OKLCH | oklch(0.275 0.050 322.1) |
Copy-ready code
/* CSS */
color: #331f36;
background-color: #331f36;
/* Tailwind (arbitrary) */
class="text-[#331f36] bg-[#331f36]"
/* SCSS */
$brand: #331f36;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.212)
/* Android */
Color.parseColor("#331f36")Accessibility — WCAG contrast
Aa
#331f36 on white: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f36 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue21.2%
CMYK percentages
Cyan5.6%
Magenta42.6%
Yellow0.0%
Key (black)78.8%
Color previews
#331f36 text on a black background
contrast 1.39:1
Card sample
#331f36 text on a white background
contrast 15.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f36;
Background color
Panel with #331f36 background
background-color: #331f36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f36; background: linear-gradient(135deg, #331f36, #361F2A);