#310521
a deep, electric magenta / pink · warm · closest name: black
RGB
49, 5, 33
HSL
322°, 82%, 11%
CMYK
0, 90, 33, 81
Luminance
0.0087
Every format
| HEX | #310521 |
| RGB | rgb(49, 5, 33) |
| HSL | hsl(322, 82%, 11%) |
| CMYK | cmyk(0%, 90%, 33%, 81%) |
| LAB | lab(7.9 25.1 -7.0) |
| LCH | lch(7.9 26.1 344.4) |
| OKLCH | oklch(0.216 0.079 346.3) |
Copy-ready code
/* CSS */
color: #310521;
background-color: #310521;
/* Tailwind (arbitrary) */
class="text-[#310521] bg-[#310521]"
/* SCSS */
$brand: #310521;
/* SwiftUI */
Color(red: 0.192, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#310521")Accessibility — WCAG contrast
Aa
#310521 on white: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310521 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow32.7%
Key (black)80.8%
Color previews
#310521 text on a black background
contrast 1.17:1
Card sample
#310521 text on a white background
contrast 17.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310521;
Background color
Panel with #310521 background
background-color: #310521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310521; background: linear-gradient(135deg, #310521, #310605);