#071021
a deep, vivid blue · cool · closest name: black
RGB
7, 16, 33
HSL
219°, 65%, 8%
CMYK
79, 52, 0, 87
Luminance
0.0053
Every format
| HEX | #071021 |
| RGB | rgb(7, 16, 33) |
| HSL | hsl(219, 65%, 8%) |
| CMYK | cmyk(79%, 52%, 0%, 87%) |
| LAB | lab(4.8 2.0 -12.3) |
| LCH | lch(4.8 12.4 279.1) |
| OKLCH | oklch(0.175 0.038 261.5) |
Copy-ready code
/* CSS */
color: #071021;
background-color: #071021;
/* Tailwind (arbitrary) */
class="text-[#071021] bg-[#071021]"
/* SCSS */
$brand: #071021;
/* SwiftUI */
Color(red: 0.027, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#071021")Accessibility — WCAG contrast
Aa
#071021 on white: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071021 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green6.3%
Blue12.9%
CMYK percentages
Cyan78.8%
Magenta51.5%
Yellow0.0%
Key (black)87.1%
Color previews
#071021 text on a black background
contrast 1.11:1
Card sample
#071021 text on a white background
contrast 19.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071021;
Background color
Panel with #071021 background
background-color: #071021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071021; background: linear-gradient(135deg, #071021, #0F0721);