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