#331f37
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 31, 55
HSL
290°, 28%, 17%
CMYK
7, 44, 0, 78
Luminance
0.0196
Every format
| HEX | #331f37 |
| RGB | rgb(51, 31, 55) |
| HSL | hsl(290, 28%, 17%) |
| CMYK | cmyk(7%, 44%, 0%, 78%) |
| LAB | lab(15.3 14.8 -11.8) |
| LCH | lch(15.3 18.9 321.5) |
| OKLCH | oklch(0.276 0.051 320.8) |
Copy-ready code
/* CSS */
color: #331f37;
background-color: #331f37;
/* Tailwind (arbitrary) */
class="text-[#331f37] bg-[#331f37]"
/* SCSS */
$brand: #331f37;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.216)
/* Android */
Color.parseColor("#331f37")Accessibility — WCAG contrast
Aa
#331f37 on white: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f37 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue21.6%
CMYK percentages
Cyan7.3%
Magenta43.6%
Yellow0.0%
Key (black)78.4%
Color previews
#331f37 text on a black background
contrast 1.39:1
Card sample
#331f37 text on a white background
contrast 15.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f37;
Background color
Panel with #331f37 background
background-color: #331f37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f37; background: linear-gradient(135deg, #331f37, #371F2B);