#331f34
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 31, 52
HSL
297°, 25%, 16%
CMYK
2, 40, 0, 80
Luminance
0.0193
Every format
| HEX | #331f34 |
| RGB | rgb(51, 31, 52) |
| HSL | hsl(297, 25%, 16%) |
| CMYK | cmyk(2%, 40%, 0%, 80%) |
| LAB | lab(15.1 14.0 -9.9) |
| LCH | lch(15.1 17.2 324.9) |
| OKLCH | oklch(0.274 0.047 325.1) |
Copy-ready code
/* CSS */
color: #331f34;
background-color: #331f34;
/* Tailwind (arbitrary) */
class="text-[#331f34] bg-[#331f34]"
/* SCSS */
$brand: #331f34;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.204)
/* Android */
Color.parseColor("#331f34")Accessibility — WCAG contrast
Aa
#331f34 on white: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f34 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue20.4%
CMYK percentages
Cyan1.9%
Magenta40.4%
Yellow0.0%
Key (black)79.6%
Color previews
#331f34 text on a black background
contrast 1.39:1
Card sample
#331f34 text on a white background
contrast 15.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f34;
Background color
Panel with #331f34 background
background-color: #331f34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f34; background: linear-gradient(135deg, #331f34, #341F27);