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