#04070c
a deep, vivid blue · cool · closest name: black
RGB
4, 7, 12
HSL
218°, 50%, 3%
CMYK
67, 42, 0, 95
Luminance
0.0020
Every format
| HEX | #04070c |
| RGB | rgb(4, 7, 12) |
| HSL | hsl(218, 50%, 3%) |
| CMYK | cmyk(67%, 42%, 0%, 95%) |
| LAB | lab(1.9 -0.1 -2.2) |
| LCH | lch(1.9 2.2 268.2) |
| OKLCH | oklch(0.127 0.014 254.0) |
Copy-ready code
/* CSS */
color: #04070c;
background-color: #04070c;
/* Tailwind (arbitrary) */
class="text-[#04070c] bg-[#04070c]"
/* SCSS */
$brand: #04070c;
/* SwiftUI */
Color(red: 0.016, green: 0.027, blue: 0.047)
/* Android */
Color.parseColor("#04070c")Accessibility — WCAG contrast
Aa
#04070c on white: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04070c on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green2.7%
Blue4.7%
CMYK percentages
Cyan66.7%
Magenta41.7%
Yellow0.0%
Key (black)95.3%
Color previews
#04070c text on a black background
contrast 1.04:1
Card sample
#04070c text on a white background
contrast 20.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04070c;
Background color
Panel with #04070c background
background-color: #04070c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04070c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 7, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 7, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04070c; background: linear-gradient(135deg, #04070c, #06040C);