#010721
a deep, electric blue · warm · closest name: black
RGB
1, 7, 33
HSL
229°, 94%, 7%
CMYK
97, 79, 0, 87
Luminance
0.0027
Every format
| HEX | #010721 |
| RGB | rgb(1, 7, 33) |
| HSL | hsl(229, 94%, 7%) |
| CMYK | cmyk(97%, 79%, 0%, 87%) |
| LAB | lab(2.4 4.4 -15.9) |
| LCH | lch(2.4 16.5 285.6) |
| OKLCH | oklch(0.142 0.058 263.2) |
Copy-ready code
/* CSS */
color: #010721;
background-color: #010721;
/* Tailwind (arbitrary) */
class="text-[#010721] bg-[#010721]"
/* SCSS */
$brand: #010721;
/* SwiftUI */
Color(red: 0.004, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#010721")Accessibility — WCAG contrast
Aa
#010721 on white: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#010721 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green2.7%
Blue12.9%
CMYK percentages
Cyan97.0%
Magenta78.8%
Yellow0.0%
Key (black)87.1%
Color previews
#010721 text on a black background
contrast 1.05:1
Card sample
#010721 text on a white background
contrast 19.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #010721;
Background color
Panel with #010721 background
background-color: #010721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #010721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #010721; background: linear-gradient(135deg, #010721, #100121);