#331c32
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 28, 50
HSL
303°, 29%, 16%
CMYK
0, 45, 2, 80
Luminance
0.0176
Every format
| HEX | #331c32 |
| RGB | rgb(51, 28, 50) |
| HSL | hsl(303, 29%, 16%) |
| CMYK | cmyk(0%, 45%, 2%, 80%) |
| LAB | lab(14.2 15.6 -9.9) |
| LCH | lch(14.2 18.5 327.7) |
| OKLCH | oklch(0.267 0.051 328.4) |
Copy-ready code
/* CSS */
color: #331c32;
background-color: #331c32;
/* Tailwind (arbitrary) */
class="text-[#331c32] bg-[#331c32]"
/* SCSS */
$brand: #331c32;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.196)
/* Android */
Color.parseColor("#331c32")Accessibility — WCAG contrast
Aa
#331c32 on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c32 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow2.0%
Key (black)80.0%
Color previews
#331c32 text on a black background
contrast 1.35:1
Card sample
#331c32 text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c32;
Background color
Panel with #331c32 background
background-color: #331c32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c32; background: linear-gradient(135deg, #331c32, #331C23);