#03469f
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 70, 159
HSL
214°, 96%, 32%
CMYK
98, 56, 0, 38
Luminance
0.0690
Every format
| HEX | #03469f |
| RGB | rgb(3, 70, 159) |
| HSL | hsl(214, 96%, 32%) |
| CMYK | cmyk(98%, 56%, 0%, 38%) |
| LAB | lab(31.6 18.4 -53.2) |
| LCH | lch(31.6 56.3 289.0) |
| OKLCH | oklch(0.416 0.157 258.8) |
Copy-ready code
/* CSS */
color: #03469f;
background-color: #03469f;
/* Tailwind (arbitrary) */
class="text-[#03469f] bg-[#03469f]"
/* SCSS */
$brand: #03469f;
/* SwiftUI */
Color(red: 0.012, green: 0.275, blue: 0.624)
/* Android */
Color.parseColor("#03469f")Accessibility — WCAG contrast
Aa
#03469f on white: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03469f on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.5%
Blue62.4%
CMYK percentages
Cyan98.1%
Magenta56.0%
Yellow0.0%
Key (black)37.6%
Color previews
#03469f text on a black background
contrast 2.38:1
Card sample
#03469f text on a white background
contrast 8.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03469f;
Background color
Panel with #03469f background
background-color: #03469f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03469f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 70, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 70, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03469f; background: linear-gradient(135deg, #03469f, #28039F);