#13070f
a deep, vivid magenta / pink · warm · closest name: black
RGB
19, 7, 15
HSL
320°, 46%, 5%
CMYK
0, 63, 21, 93
Luminance
0.0032
Every format
| HEX | #13070f |
| RGB | rgb(19, 7, 15) |
| HSL | hsl(320, 46%, 5%) |
| CMYK | cmyk(0%, 63%, 21%, 93%) |
| LAB | lab(2.9 5.0 -2.0) |
| LCH | lch(2.9 5.4 338.4) |
| OKLCH | oklch(0.152 0.027 340.2) |
Copy-ready code
/* CSS */
color: #13070f;
background-color: #13070f;
/* Tailwind (arbitrary) */
class="text-[#13070f] bg-[#13070f]"
/* SCSS */
$brand: #13070f;
/* SwiftUI */
Color(red: 0.075, green: 0.027, blue: 0.059)
/* Android */
Color.parseColor("#13070f")Accessibility — WCAG contrast
Aa
#13070f on white: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13070f on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow21.1%
Key (black)92.5%
Color previews
#13070f text on a black background
contrast 1.06:1
Card sample
#13070f text on a white background
contrast 19.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13070f;
Background color
Panel with #13070f background
background-color: #13070f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13070f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 7, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 7, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13070f; background: linear-gradient(135deg, #13070f, #130707);