#000714
a deep, electric blue · cool · closest name: black
RGB
0, 7, 20
HSL
219°, 100%, 4%
CMYK
100, 65, 0, 92
Luminance
0.0020
Every format
| HEX | #000714 |
| RGB | rgb(0, 7, 20) |
| HSL | hsl(219, 100%, 4%) |
| CMYK | cmyk(100%, 65%, 0%, 92%) |
| LAB | lab(1.8 0.4 -6.7) |
| LCH | lch(1.8 6.7 273.4) |
| OKLCH | oklch(0.127 0.036 249.9) |
Copy-ready code
/* CSS */
color: #000714;
background-color: #000714;
/* Tailwind (arbitrary) */
class="text-[#000714] bg-[#000714]"
/* SCSS */
$brand: #000714;
/* SwiftUI */
Color(red: 0.000, green: 0.027, blue: 0.078)
/* Android */
Color.parseColor("#000714")Accessibility — WCAG contrast
Aa
#000714 on white: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000714 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green2.7%
Blue7.8%
CMYK percentages
Cyan100.0%
Magenta65.0%
Yellow0.0%
Key (black)92.2%
Color previews
#000714 text on a black background
contrast 1.04:1
Card sample
#000714 text on a white background
contrast 20.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000714;
Background color
Panel with #000714 background
background-color: #000714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 7, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 7, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000714; background: linear-gradient(135deg, #000714, #060014);