#130513
a deep, vivid magenta / pink · warm · closest name: black
RGB
19, 5, 19
HSL
300°, 58%, 5%
CMYK
0, 74, 0, 93
Luminance
0.0029
Every format
| HEX | #130513 |
| RGB | rgb(19, 5, 19) |
| HSL | hsl(300, 58%, 5%) |
| CMYK | cmyk(0%, 74%, 0%, 93%) |
| LAB | lab(2.7 6.6 -4.7) |
| LCH | lch(2.7 8.1 324.4) |
| OKLCH | oklch(0.148 0.039 327.3) |
Copy-ready code
/* CSS */
color: #130513;
background-color: #130513;
/* Tailwind (arbitrary) */
class="text-[#130513] bg-[#130513]"
/* SCSS */
$brand: #130513;
/* SwiftUI */
Color(red: 0.075, green: 0.020, blue: 0.075)
/* Android */
Color.parseColor("#130513")Accessibility — WCAG contrast
Aa
#130513 on white: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130513 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow0.0%
Key (black)92.5%
Color previews
#130513 text on a black background
contrast 1.06:1
Card sample
#130513 text on a white background
contrast 19.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130513;
Background color
Panel with #130513 background
background-color: #130513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 5, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 5, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130513; background: linear-gradient(135deg, #130513, #13050A);