#070418
a deep, vivid blue · warm · closest name: black
RGB
7, 4, 24
HSL
249°, 71%, 6%
CMYK
71, 83, 0, 91
Luminance
0.0020
Every format
| HEX | #070418 |
| RGB | rgb(7, 4, 24) |
| HSL | hsl(249, 71%, 6%) |
| CMYK | cmyk(71%, 83%, 0%, 91%) |
| LAB | lab(1.8 4.4 -9.6) |
| LCH | lch(1.8 10.6 294.7) |
| OKLCH | oklch(0.130 0.045 287.5) |
Copy-ready code
/* CSS */
color: #070418;
background-color: #070418;
/* Tailwind (arbitrary) */
class="text-[#070418] bg-[#070418]"
/* SCSS */
$brand: #070418;
/* SwiftUI */
Color(red: 0.027, green: 0.016, blue: 0.094)
/* Android */
Color.parseColor("#070418")Accessibility — WCAG contrast
Aa
#070418 on white: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070418 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green1.6%
Blue9.4%
CMYK percentages
Cyan70.8%
Magenta83.3%
Yellow0.0%
Key (black)90.6%
Color previews
#070418 text on a black background
contrast 1.04:1
Card sample
#070418 text on a white background
contrast 20.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070418;
Background color
Panel with #070418 background
background-color: #070418;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070418;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 4, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 4, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070418; background: linear-gradient(135deg, #070418, #140418);