#07428c
a dark, electric blue · cool · closest name: midnightblue
RGB
7, 66, 140
HSL
213°, 91%, 29%
CMYK
95, 53, 0, 45
Luminance
0.0584
Every format
| HEX | #07428c |
| RGB | rgb(7, 66, 140) |
| HSL | hsl(213, 91%, 29%) |
| CMYK | cmyk(95%, 53%, 0%, 45%) |
| LAB | lab(29.0 13.3 -45.8) |
| LCH | lch(29.0 47.7 286.2) |
| OKLCH | oklch(0.392 0.135 257.6) |
Copy-ready code
/* CSS */
color: #07428c;
background-color: #07428c;
/* Tailwind (arbitrary) */
class="text-[#07428c] bg-[#07428c]"
/* SCSS */
$brand: #07428c;
/* SwiftUI */
Color(red: 0.027, green: 0.259, blue: 0.549)
/* Android */
Color.parseColor("#07428c")Accessibility — WCAG contrast
Aa
#07428c on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07428c on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green25.9%
Blue54.9%
CMYK percentages
Cyan95.0%
Magenta52.9%
Yellow0.0%
Key (black)45.1%
Color previews
#07428c text on a black background
contrast 2.17:1
Card sample
#07428c text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07428c;
Background color
Panel with #07428c background
background-color: #07428c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07428c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 66, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 66, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07428c; background: linear-gradient(135deg, #07428c, #25078C);