#160607
a deep, vivid red · warm · closest name: black
RGB
22, 6, 7
HSL
356°, 57%, 6%
CMYK
0, 73, 68, 91
Luminance
0.0032
Every format
| HEX | #160607 |
| RGB | rgb(22, 6, 7) |
| HSL | hsl(356, 57%, 6%) |
| CMYK | cmyk(0%, 73%, 68%, 91%) |
| LAB | lab(2.9 5.5 1.5) |
| LCH | lch(2.9 5.7 15.3) |
| OKLCH | oklch(0.150 0.030 16.5) |
Copy-ready code
/* CSS */
color: #160607;
background-color: #160607;
/* Tailwind (arbitrary) */
class="text-[#160607] bg-[#160607]"
/* SCSS */
$brand: #160607;
/* SwiftUI */
Color(red: 0.086, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#160607")Accessibility — WCAG contrast
Aa
#160607 on white: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160607 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow68.2%
Key (black)91.4%
Color previews
#160607 text on a black background
contrast 1.06:1
Card sample
#160607 text on a white background
contrast 19.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160607;
Background color
Panel with #160607 background
background-color: #160607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160607; background: linear-gradient(135deg, #160607, #161006);