#071422
a deep, vivid blue · cool · closest name: black
RGB
7, 20, 34
HSL
211°, 66%, 8%
CMYK
79, 41, 0, 87
Luminance
0.0066
Every format
| HEX | #071422 |
| RGB | rgb(7, 20, 34) |
| HSL | hsl(211, 66%, 8%) |
| CMYK | cmyk(79%, 41%, 0%, 87%) |
| LAB | lab(6.0 -0.1 -11.2) |
| LCH | lch(6.0 11.2 269.6) |
| OKLCH | oklch(0.187 0.034 251.2) |
Copy-ready code
/* CSS */
color: #071422;
background-color: #071422;
/* Tailwind (arbitrary) */
class="text-[#071422] bg-[#071422]"
/* SCSS */
$brand: #071422;
/* SwiftUI */
Color(red: 0.027, green: 0.078, blue: 0.133)
/* Android */
Color.parseColor("#071422")Accessibility — WCAG contrast
Aa
#071422 on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071422 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green7.8%
Blue13.3%
CMYK percentages
Cyan79.4%
Magenta41.2%
Yellow0.0%
Key (black)86.7%
Color previews
#071422 text on a black background
contrast 1.13:1
Card sample
#071422 text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071422;
Background color
Panel with #071422 background
background-color: #071422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 20, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 20, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071422; background: linear-gradient(135deg, #071422, #0C0722);