#310f21
a deep, vivid magenta / pink · warm · closest name: black
RGB
49, 15, 33
HSL
328°, 53%, 13%
CMYK
0, 69, 33, 81
Luminance
0.0110
Every format
| HEX | #310f21 |
| RGB | rgb(49, 15, 33) |
| HSL | hsl(328, 53%, 13%) |
| CMYK | cmyk(0%, 69%, 33%, 81%) |
| LAB | lab(9.8 19.7 -4.0) |
| LCH | lch(9.8 20.1 348.4) |
| OKLCH | oklch(0.231 0.061 350.0) |
Copy-ready code
/* CSS */
color: #310f21;
background-color: #310f21;
/* Tailwind (arbitrary) */
class="text-[#310f21] bg-[#310f21]"
/* SCSS */
$brand: #310f21;
/* SwiftUI */
Color(red: 0.192, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#310f21")Accessibility — WCAG contrast
Aa
#310f21 on white: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310f21 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow32.7%
Key (black)80.8%
Color previews
#310f21 text on a black background
contrast 1.22:1
Card sample
#310f21 text on a white background
contrast 17.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310f21;
Background color
Panel with #310f21 background
background-color: #310f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310f21; background: linear-gradient(135deg, #310f21, #31140F);