#311221
a deep, vivid magenta / pink · warm · closest name: black
RGB
49, 18, 33
HSL
331°, 46%, 13%
CMYK
0, 63, 33, 81
Luminance
0.0120
Every format
| HEX | #311221 |
| RGB | rgb(49, 18, 33) |
| HSL | hsl(331, 46%, 13%) |
| CMYK | cmyk(0%, 63%, 33%, 81%) |
| LAB | lab(10.5 17.9 -3.0) |
| LCH | lch(10.5 18.1 350.4) |
| OKLCH | oklch(0.236 0.055 351.8) |
Copy-ready code
/* CSS */
color: #311221;
background-color: #311221;
/* Tailwind (arbitrary) */
class="text-[#311221] bg-[#311221]"
/* SCSS */
$brand: #311221;
/* SwiftUI */
Color(red: 0.192, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#311221")Accessibility — WCAG contrast
Aa
#311221 on white: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311221 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow32.7%
Key (black)80.8%
Color previews
#311221 text on a black background
contrast 1.24:1
Card sample
#311221 text on a white background
contrast 16.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311221;
Background color
Panel with #311221 background
background-color: #311221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311221; background: linear-gradient(135deg, #311221, #311812);