#070736
a deep, electric blue · warm · closest name: midnightblue
RGB
7, 7, 54
HSL
240°, 77%, 12%
CMYK
87, 87, 0, 79
Luminance
0.0046
Every format
| HEX | #070736 |
| RGB | rgb(7, 7, 54) |
| HSL | hsl(240, 77%, 12%) |
| CMYK | cmyk(87%, 87%, 0%, 79%) |
| LAB | lab(4.2 15.9 -29.0) |
| LCH | lch(4.2 33.1 298.8) |
| OKLCH | oklch(0.175 0.088 272.5) |
Copy-ready code
/* CSS */
color: #070736;
background-color: #070736;
/* Tailwind (arbitrary) */
class="text-[#070736] bg-[#070736]"
/* SCSS */
$brand: #070736;
/* SwiftUI */
Color(red: 0.027, green: 0.027, blue: 0.212)
/* Android */
Color.parseColor("#070736")Accessibility — WCAG contrast
Aa
#070736 on white: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070736 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green2.7%
Blue21.2%
CMYK percentages
Cyan87.0%
Magenta87.0%
Yellow0.0%
Key (black)78.8%
Color previews
#070736 text on a black background
contrast 1.09:1
Card sample
#070736 text on a white background
contrast 19.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070736;
Background color
Panel with #070736 background
background-color: #070736;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070736;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 7, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 7, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070736; background: linear-gradient(135deg, #070736, #260736);