#13020a
a deep, electric magenta / pink · warm · closest name: black
RGB
19, 2, 10
HSL
332°, 81%, 4%
CMYK
0, 90, 47, 93
Luminance
0.0020
Every format
| HEX | #13020a |
| RGB | rgb(19, 2, 10) |
| HSL | hsl(332, 81%, 4%) |
| CMYK | cmyk(0%, 90%, 47%, 93%) |
| LAB | lab(1.8 6.2 -1.2) |
| LCH | lch(1.8 6.3 348.7) |
| OKLCH | oklch(0.132 0.042 349.4) |
Copy-ready code
/* CSS */
color: #13020a;
background-color: #13020a;
/* Tailwind (arbitrary) */
class="text-[#13020a] bg-[#13020a]"
/* SCSS */
$brand: #13020a;
/* SwiftUI */
Color(red: 0.075, green: 0.008, blue: 0.039)
/* Android */
Color.parseColor("#13020a")Accessibility — WCAG contrast
Aa
#13020a on white: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13020a on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green0.8%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow47.4%
Key (black)92.5%
Color previews
#13020a text on a black background
contrast 1.04:1
Card sample
#13020a text on a white background
contrast 20.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13020a;
Background color
Panel with #13020a background
background-color: #13020a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13020a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 2, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 2, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13020a; background: linear-gradient(135deg, #13020a, #130502);