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