#071814
a deep, vivid cyan · cool · closest name: black
RGB
7, 24, 20
HSL
166°, 55%, 6%
CMYK
71, 0, 17, 91
Luminance
0.0075
Every format
| HEX | #071814 |
| RGB | rgb(7, 24, 20) |
| HSL | hsl(166, 55%, 6%) |
| CMYK | cmyk(71%, 0%, 17%, 91%) |
| LAB | lab(6.8 -7.0 0.5) |
| LCH | lch(6.8 7.0 175.6) |
| OKLCH | oklch(0.193 0.025 176.5) |
Copy-ready code
/* CSS */
color: #071814;
background-color: #071814;
/* Tailwind (arbitrary) */
class="text-[#071814] bg-[#071814]"
/* SCSS */
$brand: #071814;
/* SwiftUI */
Color(red: 0.027, green: 0.094, blue: 0.078)
/* Android */
Color.parseColor("#071814")Accessibility — WCAG contrast
Aa
#071814 on white: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071814 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green9.4%
Blue7.8%
CMYK percentages
Cyan70.8%
Magenta0.0%
Yellow16.7%
Key (black)90.6%
Color previews
#071814 text on a black background
contrast 1.15:1
Card sample
#071814 text on a white background
contrast 18.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071814;
Background color
Panel with #071814 background
background-color: #071814;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071814;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 24, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 24, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071814; background: linear-gradient(135deg, #071814, #071118);