#071416
a deep, vivid cyan · cool · closest name: black
RGB
7, 20, 22
HSL
188°, 52%, 6%
CMYK
68, 9, 0, 91
Luminance
0.0060
Every format
| HEX | #071416 |
| RGB | rgb(7, 20, 22) |
| HSL | hsl(188, 52%, 6%) |
| CMYK | cmyk(68%, 9%, 0%, 91%) |
| LAB | lab(5.5 -3.7 -2.8) |
| LCH | lch(5.5 4.6 216.5) |
| OKLCH | oklch(0.180 0.019 208.0) |
Copy-ready code
/* CSS */
color: #071416;
background-color: #071416;
/* Tailwind (arbitrary) */
class="text-[#071416] bg-[#071416]"
/* SCSS */
$brand: #071416;
/* SwiftUI */
Color(red: 0.027, green: 0.078, blue: 0.086)
/* Android */
Color.parseColor("#071416")Accessibility — WCAG contrast
Aa
#071416 on white: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071416 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green7.8%
Blue8.6%
CMYK percentages
Cyan68.2%
Magenta9.1%
Yellow0.0%
Key (black)91.4%
Color previews
#071416 text on a black background
contrast 1.12:1
Card sample
#071416 text on a white background
contrast 18.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071416;
Background color
Panel with #071416 background
background-color: #071416;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071416;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 20, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 20, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071416; background: linear-gradient(135deg, #071416, #070A16);