#070721
a deep, vivid blue · warm · closest name: black
RGB
7, 7, 33
HSL
240°, 65%, 8%
CMYK
79, 79, 0, 87
Luminance
0.0031
Every format
| HEX | #070721 |
| RGB | rgb(7, 7, 33) |
| HSL | hsl(240, 65%, 8%) |
| CMYK | cmyk(79%, 79%, 0%, 87%) |
| LAB | lab(2.8 6.0 -15.3) |
| LCH | lch(2.8 16.4 291.4) |
| OKLCH | oklch(0.150 0.054 277.7) |
Copy-ready code
/* CSS */
color: #070721;
background-color: #070721;
/* Tailwind (arbitrary) */
class="text-[#070721] bg-[#070721]"
/* SCSS */
$brand: #070721;
/* SwiftUI */
Color(red: 0.027, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#070721")Accessibility — WCAG contrast
Aa
#070721 on white: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070721 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green2.7%
Blue12.9%
CMYK percentages
Cyan78.8%
Magenta78.8%
Yellow0.0%
Key (black)87.1%
Color previews
#070721 text on a black background
contrast 1.06:1
Card sample
#070721 text on a white background
contrast 19.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070721;
Background color
Panel with #070721 background
background-color: #070721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070721; background: linear-gradient(135deg, #070721, #180721);