#310013
a deep, electric magenta / pink · warm · closest name: black
RGB
49, 0, 19
HSL
337°, 100%, 10%
CMYK
0, 100, 61, 81
Luminance
0.0070
Every format
| HEX | #310013 |
| RGB | rgb(49, 0, 19) |
| HSL | hsl(337, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 61%, 81%) |
| LAB | lab(6.3 25.9 1.2) |
| LCH | lch(6.3 25.9 2.7) |
| OKLCH | oklch(0.202 0.081 2.8) |
Copy-ready code
/* CSS */
color: #310013;
background-color: #310013;
/* Tailwind (arbitrary) */
class="text-[#310013] bg-[#310013]"
/* SCSS */
$brand: #310013;
/* SwiftUI */
Color(red: 0.192, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#310013")Accessibility — WCAG contrast
Aa
#310013 on white: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310013 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.2%
Key (black)80.8%
Color previews
#310013 text on a black background
contrast 1.14:1
Card sample
#310013 text on a white background
contrast 18.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310013;
Background color
Panel with #310013 background
background-color: #310013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310013; background: linear-gradient(135deg, #310013, #310E00);