#160503
a deep, electric red · warm · closest name: black
RGB
22, 5, 3
HSL
6°, 76%, 5%
CMYK
0, 77, 86, 91
Luminance
0.0029
Every format
| HEX | #160503 |
| RGB | rgb(22, 5, 3) |
| HSL | hsl(6, 76%, 5%) |
| CMYK | cmyk(0%, 77%, 86%, 91%) |
| LAB | lab(2.6 5.3 2.7) |
| LCH | lch(2.6 6.0 27.1) |
| OKLCH | oklch(0.146 0.034 32.4) |
Copy-ready code
/* CSS */
color: #160503;
background-color: #160503;
/* Tailwind (arbitrary) */
class="text-[#160503] bg-[#160503]"
/* SCSS */
$brand: #160503;
/* SwiftUI */
Color(red: 0.086, green: 0.020, blue: 0.012)
/* Android */
Color.parseColor("#160503")Accessibility — WCAG contrast
Aa
#160503 on white: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160503 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green2.0%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow86.4%
Key (black)91.4%
Color previews
#160503 text on a black background
contrast 1.06:1
Card sample
#160503 text on a white background
contrast 19.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160503;
Background color
Panel with #160503 background
background-color: #160503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 5, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 5, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160503; background: linear-gradient(135deg, #160503, #161203);