#00070f
a deep, electric blue · cool · closest name: black
RGB
0, 7, 15
HSL
212°, 100%, 3%
CMYK
100, 53, 0, 94
Luminance
0.0019
Every format
| HEX | #00070f |
| RGB | rgb(0, 7, 15) |
| HSL | hsl(212, 100%, 3%) |
| CMYK | cmyk(100%, 53%, 0%, 94%) |
| LAB | lab(1.7 -0.6 -4.0) |
| LCH | lch(1.7 4.0 261.1) |
| OKLCH | oklch(0.122 0.027 238.4) |
Copy-ready code
/* CSS */
color: #00070f;
background-color: #00070f;
/* Tailwind (arbitrary) */
class="text-[#00070f] bg-[#00070f]"
/* SCSS */
$brand: #00070f;
/* SwiftUI */
Color(red: 0.000, green: 0.027, blue: 0.059)
/* Android */
Color.parseColor("#00070f")Accessibility — WCAG contrast
Aa
#00070f on white: 20.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00070f on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green2.7%
Blue5.9%
CMYK percentages
Cyan100.0%
Magenta53.3%
Yellow0.0%
Key (black)94.1%
Color previews
#00070f text on a black background
contrast 1.04:1
Card sample
#00070f text on a white background
contrast 20.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00070f;
Background color
Panel with #00070f background
background-color: #00070f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00070f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 7, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 7, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00070f; background: linear-gradient(135deg, #00070f, #03000F);