#130310
a deep, vivid magenta / pink · warm · closest name: black
RGB
19, 3, 16
HSL
311°, 73%, 4%
CMYK
0, 84, 16, 93
Luminance
0.0024
Every format
| HEX | #130310 |
| RGB | rgb(19, 3, 16) |
| HSL | hsl(311, 73%, 4%) |
| CMYK | cmyk(0%, 84%, 16%, 93%) |
| LAB | lab(2.2 6.8 -3.6) |
| LCH | lch(2.2 7.7 331.9) |
| OKLCH | oklch(0.140 0.043 334.5) |
Copy-ready code
/* CSS */
color: #130310;
background-color: #130310;
/* Tailwind (arbitrary) */
class="text-[#130310] bg-[#130310]"
/* SCSS */
$brand: #130310;
/* SwiftUI */
Color(red: 0.075, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#130310")Accessibility — WCAG contrast
Aa
#130310 on white: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130310 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow15.8%
Key (black)92.5%
Color previews
#130310 text on a black background
contrast 1.05:1
Card sample
#130310 text on a white background
contrast 20.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130310;
Background color
Panel with #130310 background
background-color: #130310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130310; background: linear-gradient(135deg, #130310, #130305);