#310c2b
a deep, vivid magenta / pink · warm · closest name: black
RGB
49, 12, 43
HSL
310°, 61%, 12%
CMYK
0, 76, 12, 81
Luminance
0.0109
Every format
| HEX | #310c2b |
| RGB | rgb(49, 12, 43) |
| HSL | hsl(310, 61%, 12%) |
| CMYK | cmyk(0%, 76%, 12%, 81%) |
| LAB | lab(9.7 23.2 -11.7) |
| LCH | lch(9.7 26.0 333.2) |
| OKLCH | oklch(0.232 0.075 334.7) |
Copy-ready code
/* CSS */
color: #310c2b;
background-color: #310c2b;
/* Tailwind (arbitrary) */
class="text-[#310c2b] bg-[#310c2b]"
/* SCSS */
$brand: #310c2b;
/* SwiftUI */
Color(red: 0.192, green: 0.047, blue: 0.169)
/* Android */
Color.parseColor("#310c2b")Accessibility — WCAG contrast
Aa
#310c2b on white: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310c2b on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green4.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow12.2%
Key (black)80.8%
Color previews
#310c2b text on a black background
contrast 1.22:1
Card sample
#310c2b text on a white background
contrast 17.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310c2b;
Background color
Panel with #310c2b background
background-color: #310c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 12, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 12, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310c2b; background: linear-gradient(135deg, #310c2b, #310C12);