#07428f
a dark, electric blue · cool · closest name: midnightblue
RGB
7, 66, 143
HSL
214°, 91%, 29%
CMYK
95, 54, 0, 44
Luminance
0.0592
Every format
| HEX | #07428f |
| RGB | rgb(7, 66, 143) |
| HSL | hsl(214, 91%, 29%) |
| CMYK | cmyk(95%, 54%, 0%, 44%) |
| LAB | lab(29.2 14.6 -47.3) |
| LCH | lch(29.2 49.5 287.1) |
| OKLCH | oklch(0.395 0.140 258.1) |
Copy-ready code
/* CSS */
color: #07428f;
background-color: #07428f;
/* Tailwind (arbitrary) */
class="text-[#07428f] bg-[#07428f]"
/* SCSS */
$brand: #07428f;
/* SwiftUI */
Color(red: 0.027, green: 0.259, blue: 0.561)
/* Android */
Color.parseColor("#07428f")Accessibility — WCAG contrast
Aa
#07428f on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07428f on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green25.9%
Blue56.1%
CMYK percentages
Cyan95.1%
Magenta53.8%
Yellow0.0%
Key (black)43.9%
Color previews
#07428f text on a black background
contrast 2.18:1
Card sample
#07428f text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07428f;
Background color
Panel with #07428f background
background-color: #07428f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07428f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 66, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 66, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07428f; background: linear-gradient(135deg, #07428f, #27078F);