#070c21
a deep, vivid blue · warm · closest name: black
RGB
7, 12, 33
HSL
229°, 65%, 8%
CMYK
79, 64, 0, 87
Luminance
0.0042
Every format
| HEX | #070c21 |
| RGB | rgb(7, 12, 33) |
| HSL | hsl(229, 65%, 8%) |
| CMYK | cmyk(79%, 64%, 0%, 87%) |
| LAB | lab(3.8 4.0 -13.8) |
| LCH | lch(3.8 14.3 286.0) |
| OKLCH | oklch(0.163 0.045 270.1) |
Copy-ready code
/* CSS */
color: #070c21;
background-color: #070c21;
/* Tailwind (arbitrary) */
class="text-[#070c21] bg-[#070c21]"
/* SCSS */
$brand: #070c21;
/* SwiftUI */
Color(red: 0.027, green: 0.047, blue: 0.129)
/* Android */
Color.parseColor("#070c21")Accessibility — WCAG contrast
Aa
#070c21 on white: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070c21 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green4.7%
Blue12.9%
CMYK percentages
Cyan78.8%
Magenta63.6%
Yellow0.0%
Key (black)87.1%
Color previews
#070c21 text on a black background
contrast 1.08:1
Card sample
#070c21 text on a white background
contrast 19.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070c21;
Background color
Panel with #070c21 background
background-color: #070c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 12, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 12, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070c21; background: linear-gradient(135deg, #070c21, #130721);