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