#310b21
a deep, vivid magenta / pink · warm · closest name: black
RGB
49, 11, 33
HSL
325°, 63%, 12%
CMYK
0, 78, 33, 81
Luminance
0.0100
Every format
| HEX | #310b21 |
| RGB | rgb(49, 11, 33) |
| HSL | hsl(325, 63%, 12%) |
| CMYK | cmyk(0%, 78%, 33%, 81%) |
| LAB | lab(9.0 21.9 -5.3) |
| LCH | lch(9.0 22.6 346.4) |
| OKLCH | oklch(0.225 0.068 348.2) |
Copy-ready code
/* CSS */
color: #310b21;
background-color: #310b21;
/* Tailwind (arbitrary) */
class="text-[#310b21] bg-[#310b21]"
/* SCSS */
$brand: #310b21;
/* SwiftUI */
Color(red: 0.192, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#310b21")Accessibility — WCAG contrast
Aa
#310b21 on white: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310b21 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow32.7%
Key (black)80.8%
Color previews
#310b21 text on a black background
contrast 1.20:1
Card sample
#310b21 text on a white background
contrast 17.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310b21;
Background color
Panel with #310b21 background
background-color: #310b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310b21; background: linear-gradient(135deg, #310b21, #310E0B);