#310021
a deep, electric magenta / pink · warm · closest name: black
RGB
49, 0, 33
HSL
320°, 100%, 10%
CMYK
0, 100, 33, 81
Luminance
0.0076
Every format
| HEX | #310021 |
| RGB | rgb(49, 0, 33) |
| HSL | hsl(320, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 33%, 81%) |
| LAB | lab(6.9 27.9 -8.5) |
| LCH | lch(6.9 29.2 343.0) |
| OKLCH | oklch(0.209 0.089 345.0) |
Copy-ready code
/* CSS */
color: #310021;
background-color: #310021;
/* Tailwind (arbitrary) */
class="text-[#310021] bg-[#310021]"
/* SCSS */
$brand: #310021;
/* SwiftUI */
Color(red: 0.192, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#310021")Accessibility — WCAG contrast
Aa
#310021 on white: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310021 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow32.7%
Key (black)80.8%
Color previews
#310021 text on a black background
contrast 1.15:1
Card sample
#310021 text on a white background
contrast 18.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310021;
Background color
Panel with #310021 background
background-color: #310021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310021; background: linear-gradient(135deg, #310021, #310000);