#160708
a deep, vivid red · warm · closest name: black
RGB
22, 7, 8
HSL
356°, 52%, 6%
CMYK
0, 68, 64, 91
Luminance
0.0034
Every format
| HEX | #160708 |
| RGB | rgb(22, 7, 8) |
| HSL | hsl(356, 52%, 6%) |
| CMYK | cmyk(0%, 68%, 64%, 91%) |
| LAB | lab(3.1 5.2 1.4) |
| LCH | lch(3.1 5.4 15.1) |
| OKLCH | oklch(0.154 0.028 16.0) |
Copy-ready code
/* CSS */
color: #160708;
background-color: #160708;
/* Tailwind (arbitrary) */
class="text-[#160708] bg-[#160708]"
/* SCSS */
$brand: #160708;
/* SwiftUI */
Color(red: 0.086, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#160708")Accessibility — WCAG contrast
Aa
#160708 on white: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160708 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow63.6%
Key (black)91.4%
Color previews
#160708 text on a black background
contrast 1.07:1
Card sample
#160708 text on a white background
contrast 19.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160708;
Background color
Panel with #160708 background
background-color: #160708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160708; background: linear-gradient(135deg, #160708, #161007);