#130505
a deep, vivid red · warm · closest name: black
RGB
19, 5, 5
HSL
0°, 58%, 5%
CMYK
0, 74, 74, 93
Luminance
0.0026
Every format
| HEX | #130505 |
| RGB | rgb(19, 5, 5) |
| HSL | hsl(0, 58%, 5%) |
| CMYK | cmyk(0%, 74%, 74%, 93%) |
| LAB | lab(2.3 4.3 1.5) |
| LCH | lch(2.3 4.6 19.5) |
| OKLCH | oklch(0.141 0.028 21.2) |
Copy-ready code
/* CSS */
color: #130505;
background-color: #130505;
/* Tailwind (arbitrary) */
class="text-[#130505] bg-[#130505]"
/* SCSS */
$brand: #130505;
/* SwiftUI */
Color(red: 0.075, green: 0.020, blue: 0.020)
/* Android */
Color.parseColor("#130505")Accessibility — WCAG contrast
Aa
#130505 on white: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130505 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.0%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow73.7%
Key (black)92.5%
Color previews
#130505 text on a black background
contrast 1.05:1
Card sample
#130505 text on a white background
contrast 19.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130505;
Background color
Panel with #130505 background
background-color: #130505;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130505;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 5, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 5, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130505; background: linear-gradient(135deg, #130505, #130E05);