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