#000729
a deep, electric blue · warm · closest name: black
RGB
0, 7, 41
HSL
230°, 100%, 8%
CMYK
100, 83, 0, 84
Luminance
0.0031
Every format
| HEX | #000729 |
| RGB | rgb(0, 7, 41) |
| HSL | hsl(230, 100%, 8%) |
| CMYK | cmyk(100%, 83%, 0%, 84%) |
| LAB | lab(2.8 7.3 -21.5) |
| LCH | lch(2.8 22.7 288.9) |
| OKLCH | oklch(0.151 0.072 262.4) |
Copy-ready code
/* CSS */
color: #000729;
background-color: #000729;
/* Tailwind (arbitrary) */
class="text-[#000729] bg-[#000729]"
/* SCSS */
$brand: #000729;
/* SwiftUI */
Color(red: 0.000, green: 0.027, blue: 0.161)
/* Android */
Color.parseColor("#000729")Accessibility — WCAG contrast
Aa
#000729 on white: 19.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000729 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green2.7%
Blue16.1%
CMYK percentages
Cyan100.0%
Magenta82.9%
Yellow0.0%
Key (black)83.9%
Color previews
#000729 text on a black background
contrast 1.06:1
Card sample
#000729 text on a white background
contrast 19.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000729;
Background color
Panel with #000729 background
background-color: #000729;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000729;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 7, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 7, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000729; background: linear-gradient(135deg, #000729, #140029);