#130709
a deep, vivid red · warm · closest name: black
RGB
19, 7, 9
HSL
350°, 46%, 5%
CMYK
0, 63, 53, 93
Luminance
0.0031
Every format
| HEX | #130709 |
| RGB | rgb(19, 7, 9) |
| HSL | hsl(350, 46%, 5%) |
| CMYK | cmyk(0%, 63%, 53%, 93%) |
| LAB | lab(2.8 4.1 0.6) |
| LCH | lch(2.8 4.1 8.0) |
| OKLCH | oklch(0.149 0.023 8.2) |
Copy-ready code
/* CSS */
color: #130709;
background-color: #130709;
/* Tailwind (arbitrary) */
class="text-[#130709] bg-[#130709]"
/* SCSS */
$brand: #130709;
/* SwiftUI */
Color(red: 0.075, green: 0.027, blue: 0.035)
/* Android */
Color.parseColor("#130709")Accessibility — WCAG contrast
Aa
#130709 on white: 19.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130709 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.7%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow52.6%
Key (black)92.5%
Color previews
#130709 text on a black background
contrast 1.06:1
Card sample
#130709 text on a white background
contrast 19.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130709;
Background color
Panel with #130709 background
background-color: #130709;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130709;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 7, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 7, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130709; background: linear-gradient(135deg, #130709, #130D07);