#331429
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 20, 41
HSL
319°, 44%, 14%
CMYK
0, 61, 20, 80
Luminance
0.0136
Every format
| HEX | #331429 |
| RGB | rgb(51, 20, 41) |
| HSL | hsl(319, 44%, 14%) |
| CMYK | cmyk(0%, 61%, 20%, 80%) |
| LAB | lab(11.7 18.9 -7.1) |
| LCH | lch(11.7 20.2 339.4) |
| OKLCH | oklch(0.247 0.059 341.2) |
Copy-ready code
/* CSS */
color: #331429;
background-color: #331429;
/* Tailwind (arbitrary) */
class="text-[#331429] bg-[#331429]"
/* SCSS */
$brand: #331429;
/* SwiftUI */
Color(red: 0.200, green: 0.078, blue: 0.161)
/* Android */
Color.parseColor("#331429")Accessibility — WCAG contrast
Aa
#331429 on white: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331429 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green7.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow19.6%
Key (black)80.0%
Color previews
#331429 text on a black background
contrast 1.27:1
Card sample
#331429 text on a white background
contrast 16.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331429;
Background color
Panel with #331429 background
background-color: #331429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 20, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 20, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331429; background: linear-gradient(135deg, #331429, #331414);