#130308
a deep, vivid magenta / pink · warm · closest name: black
RGB
19, 3, 8
HSL
341°, 73%, 4%
CMYK
0, 84, 58, 93
Luminance
0.0022
Every format
| HEX | #130308 |
| RGB | rgb(19, 3, 8) |
| HSL | hsl(341, 73%, 4%) |
| CMYK | cmyk(0%, 84%, 58%, 93%) |
| LAB | lab(2.0 5.5 -0.2) |
| LCH | lch(2.0 5.5 358.0) |
| OKLCH | oklch(0.135 0.036 358.2) |
Copy-ready code
/* CSS */
color: #130308;
background-color: #130308;
/* Tailwind (arbitrary) */
class="text-[#130308] bg-[#130308]"
/* SCSS */
$brand: #130308;
/* SwiftUI */
Color(red: 0.075, green: 0.012, blue: 0.031)
/* Android */
Color.parseColor("#130308")Accessibility — WCAG contrast
Aa
#130308 on white: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130308 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green1.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow57.9%
Key (black)92.5%
Color previews
#130308 text on a black background
contrast 1.04:1
Card sample
#130308 text on a white background
contrast 20.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130308;
Background color
Panel with #130308 background
background-color: #130308;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130308;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 3, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 3, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130308; background: linear-gradient(135deg, #130308, #130903);