#071c64
a deep, electric blue · warm · closest name: midnightblue
RGB
7, 28, 100
HSL
227°, 87%, 21%
CMYK
93, 72, 0, 61
Luminance
0.0180
Every format
| HEX | #071c64 |
| RGB | rgb(7, 28, 100) |
| HSL | hsl(227, 87%, 21%) |
| CMYK | cmyk(93%, 72%, 0%, 61%) |
| LAB | lab(14.4 23.5 -44.2) |
| LCH | lch(14.4 50.1 298.0) |
| OKLCH | oklch(0.271 0.129 265.1) |
Copy-ready code
/* CSS */
color: #071c64;
background-color: #071c64;
/* Tailwind (arbitrary) */
class="text-[#071c64] bg-[#071c64]"
/* SCSS */
$brand: #071c64;
/* SwiftUI */
Color(red: 0.027, green: 0.110, blue: 0.392)
/* Android */
Color.parseColor("#071c64")Accessibility — WCAG contrast
Aa
#071c64 on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071c64 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green11.0%
Blue39.2%
CMYK percentages
Cyan93.0%
Magenta72.0%
Yellow0.0%
Key (black)60.8%
Color previews
#071c64 text on a black background
contrast 1.36:1
Card sample
#071c64 text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071c64;
Background color
Panel with #071c64 background
background-color: #071c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 28, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 28, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071c64; background: linear-gradient(135deg, #071c64, #300764);