#070044
a deep, electric blue · warm · closest name: midnightblue
RGB
7, 0, 68
HSL
246°, 100%, 13%
CMYK
90, 100, 0, 73
Luminance
0.0046
Every format
| HEX | #070044 |
| RGB | rgb(7, 0, 68) |
| HSL | hsl(246, 100%, 13%) |
| CMYK | cmyk(90%, 100%, 0%, 73%) |
| LAB | lab(4.2 27.2 -39.1) |
| LCH | lch(4.2 47.6 304.8) |
| OKLCH | oklch(0.181 0.117 271.3) |
Copy-ready code
/* CSS */
color: #070044;
background-color: #070044;
/* Tailwind (arbitrary) */
class="text-[#070044] bg-[#070044]"
/* SCSS */
$brand: #070044;
/* SwiftUI */
Color(red: 0.027, green: 0.000, blue: 0.267)
/* Android */
Color.parseColor("#070044")Accessibility — WCAG contrast
Aa
#070044 on white: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070044 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green0.0%
Blue26.7%
CMYK percentages
Cyan89.7%
Magenta100.0%
Yellow0.0%
Key (black)73.3%
Color previews
#070044 text on a black background
contrast 1.09:1
Card sample
#070044 text on a white background
contrast 19.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070044;
Background color
Panel with #070044 background
background-color: #070044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 0, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 0, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070044; background: linear-gradient(135deg, #070044, #340044);