#310421
a deep, electric magenta / pink · warm · closest name: black
RGB
49, 4, 33
HSL
321°, 85%, 10%
CMYK
0, 92, 33, 81
Luminance
0.0085
Every format
| HEX | #310421 |
| RGB | rgb(49, 4, 33) |
| HSL | hsl(321, 85%, 10%) |
| CMYK | cmyk(0%, 92%, 33%, 81%) |
| LAB | lab(7.7 25.7 -7.3) |
| LCH | lch(7.7 26.7 344.1) |
| OKLCH | oklch(0.215 0.081 346.0) |
Copy-ready code
/* CSS */
color: #310421;
background-color: #310421;
/* Tailwind (arbitrary) */
class="text-[#310421] bg-[#310421]"
/* SCSS */
$brand: #310421;
/* SwiftUI */
Color(red: 0.192, green: 0.016, blue: 0.129)
/* Android */
Color.parseColor("#310421")Accessibility — WCAG contrast
Aa
#310421 on white: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310421 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green1.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow32.7%
Key (black)80.8%
Color previews
#310421 text on a black background
contrast 1.17:1
Card sample
#310421 text on a white background
contrast 17.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310421;
Background color
Panel with #310421 background
background-color: #310421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 4, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 4, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310421; background: linear-gradient(135deg, #310421, #310504);