#311321
a deep, soft magenta / pink · warm · closest name: black
RGB
49, 19, 33
HSL
332°, 44%, 13%
CMYK
0, 61, 33, 81
Luminance
0.0123
Every format
| HEX | #311321 |
| RGB | rgb(49, 19, 33) |
| HSL | hsl(332, 44%, 13%) |
| CMYK | cmyk(0%, 61%, 33%, 81%) |
| LAB | lab(10.8 17.3 -2.7) |
| LCH | lch(10.8 17.5 351.2) |
| OKLCH | oklch(0.238 0.053 352.6) |
Copy-ready code
/* CSS */
color: #311321;
background-color: #311321;
/* Tailwind (arbitrary) */
class="text-[#311321] bg-[#311321]"
/* SCSS */
$brand: #311321;
/* SwiftUI */
Color(red: 0.192, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#311321")Accessibility — WCAG contrast
Aa
#311321 on white: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311321 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow32.7%
Key (black)80.8%
Color previews
#311321 text on a black background
contrast 1.25:1
Card sample
#311321 text on a white background
contrast 16.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311321;
Background color
Panel with #311321 background
background-color: #311321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311321; background: linear-gradient(135deg, #311321, #311913);