#331a2a
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 26, 42
HSL
322°, 33%, 15%
CMYK
0, 49, 18, 80
Luminance
0.0161
Every format
| HEX | #331a2a |
| RGB | rgb(51, 26, 42) |
| HSL | hsl(322, 33%, 15%) |
| CMYK | cmyk(0%, 49%, 18%, 80%) |
| LAB | lab(13.3 15.2 -5.5) |
| LCH | lch(13.3 16.2 340.2) |
| OKLCH | oklch(0.259 0.047 342.0) |
Copy-ready code
/* CSS */
color: #331a2a;
background-color: #331a2a;
/* Tailwind (arbitrary) */
class="text-[#331a2a] bg-[#331a2a]"
/* SCSS */
$brand: #331a2a;
/* SwiftUI */
Color(red: 0.200, green: 0.102, blue: 0.165)
/* Android */
Color.parseColor("#331a2a")Accessibility — WCAG contrast
Aa
#331a2a on white: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331a2a on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green10.2%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow17.6%
Key (black)80.0%
Color previews
#331a2a text on a black background
contrast 1.32:1
Card sample
#331a2a text on a white background
contrast 15.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331a2a;
Background color
Panel with #331a2a background
background-color: #331a2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331a2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 26, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 26, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331a2a; background: linear-gradient(135deg, #331a2a, #331B1A);