#070a0e
a deep, soft blue · cool · closest name: black
RGB
7, 10, 14
HSL
214°, 33%, 4%
CMYK
50, 29, 0, 95
Luminance
0.0029
Every format
| HEX | #070a0e |
| RGB | rgb(7, 10, 14) |
| HSL | hsl(214, 33%, 4%) |
| CMYK | cmyk(50%, 29%, 0%, 95%) |
| LAB | lab(2.7 -0.2 -2.0) |
| LCH | lch(2.7 2.0 265.4) |
| OKLCH | oklch(0.143 0.010 253.3) |
Copy-ready code
/* CSS */
color: #070a0e;
background-color: #070a0e;
/* Tailwind (arbitrary) */
class="text-[#070a0e] bg-[#070a0e]"
/* SCSS */
$brand: #070a0e;
/* SwiftUI */
Color(red: 0.027, green: 0.039, blue: 0.055)
/* Android */
Color.parseColor("#070a0e")Accessibility — WCAG contrast
Aa
#070a0e on white: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070a0e on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green3.9%
Blue5.5%
CMYK percentages
Cyan50.0%
Magenta28.6%
Yellow0.0%
Key (black)94.5%
Color previews
#070a0e text on a black background
contrast 1.06:1
Card sample
#070a0e text on a white background
contrast 19.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070a0e;
Background color
Panel with #070a0e background
background-color: #070a0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070a0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 10, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 10, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070a0e; background: linear-gradient(135deg, #070a0e, #09070E);