#070318
a deep, electric blue · warm · closest name: black
RGB
7, 3, 24
HSL
251°, 78%, 5%
CMYK
71, 88, 0, 91
Luminance
0.0018
Every format
| HEX | #070318 |
| RGB | rgb(7, 3, 24) |
| HSL | hsl(251, 78%, 5%) |
| CMYK | cmyk(71%, 88%, 0%, 91%) |
| LAB | lab(1.6 4.8 -9.9) |
| LCH | lch(1.6 11.0 296.0) |
| OKLCH | oklch(0.126 0.049 289.6) |
Copy-ready code
/* CSS */
color: #070318;
background-color: #070318;
/* Tailwind (arbitrary) */
class="text-[#070318] bg-[#070318]"
/* SCSS */
$brand: #070318;
/* SwiftUI */
Color(red: 0.027, green: 0.012, blue: 0.094)
/* Android */
Color.parseColor("#070318")Accessibility — WCAG contrast
Aa
#070318 on white: 20.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070318 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green1.2%
Blue9.4%
CMYK percentages
Cyan70.8%
Magenta87.5%
Yellow0.0%
Key (black)90.6%
Color previews
#070318 text on a black background
contrast 1.04:1
Card sample
#070318 text on a white background
contrast 20.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070318;
Background color
Panel with #070318 background
background-color: #070318;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070318;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 3, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 3, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070318; background: linear-gradient(135deg, #070318, #150318);