#03489c
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 72, 156
HSL
213°, 96%, 31%
CMYK
98, 54, 0, 39
Luminance
0.0705
Every format
| HEX | #03489c |
| RGB | rgb(3, 72, 156) |
| HSL | hsl(213, 96%, 31%) |
| CMYK | cmyk(98%, 54%, 0%, 39%) |
| LAB | lab(31.9 15.7 -50.8) |
| LCH | lch(31.9 53.2 287.2) |
| OKLCH | oklch(0.418 0.150 257.7) |
Copy-ready code
/* CSS */
color: #03489c;
background-color: #03489c;
/* Tailwind (arbitrary) */
class="text-[#03489c] bg-[#03489c]"
/* SCSS */
$brand: #03489c;
/* SwiftUI */
Color(red: 0.012, green: 0.282, blue: 0.612)
/* Android */
Color.parseColor("#03489c")Accessibility — WCAG contrast
Aa
#03489c on white: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03489c on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.2%
Blue61.2%
CMYK percentages
Cyan98.1%
Magenta53.8%
Yellow0.0%
Key (black)38.8%
Color previews
#03489c text on a black background
contrast 2.41:1
Card sample
#03489c text on a white background
contrast 8.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03489c;
Background color
Panel with #03489c background
background-color: #03489c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03489c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 72, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 72, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03489c; background: linear-gradient(135deg, #03489c, #24039C);