#311021
a deep, vivid magenta / pink · warm · closest name: black
RGB
49, 16, 33
HSL
329°, 51%, 13%
CMYK
0, 67, 33, 81
Luminance
0.0113
Every format
| HEX | #311021 |
| RGB | rgb(49, 16, 33) |
| HSL | hsl(329, 51%, 13%) |
| CMYK | cmyk(0%, 67%, 33%, 81%) |
| LAB | lab(10.1 19.1 -3.7) |
| LCH | lch(10.1 19.5 349.0) |
| OKLCH | oklch(0.232 0.059 350.5) |
Copy-ready code
/* CSS */
color: #311021;
background-color: #311021;
/* Tailwind (arbitrary) */
class="text-[#311021] bg-[#311021]"
/* SCSS */
$brand: #311021;
/* SwiftUI */
Color(red: 0.192, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#311021")Accessibility — WCAG contrast
Aa
#311021 on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311021 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow32.7%
Key (black)80.8%
Color previews
#311021 text on a black background
contrast 1.23:1
Card sample
#311021 text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311021;
Background color
Panel with #311021 background
background-color: #311021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311021; background: linear-gradient(135deg, #311021, #311510);