#03476d
a deep, electric blue · cool · closest name: steelblue
RGB
3, 71, 109
HSL
202°, 95%, 22%
CMYK
97, 35, 0, 57
Luminance
0.0563
Every format
| HEX | #03476d |
| RGB | rgb(3, 71, 109) |
| HSL | hsl(202, 95%, 22%) |
| CMYK | cmyk(97%, 35%, 0%, 57%) |
| LAB | lab(28.5 -3.7 -27.3) |
| LCH | lch(28.5 27.5 262.4) |
| OKLCH | oklch(0.381 0.088 241.7) |
Copy-ready code
/* CSS */
color: #03476d;
background-color: #03476d;
/* Tailwind (arbitrary) */
class="text-[#03476d] bg-[#03476d]"
/* SCSS */
$brand: #03476d;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.427)
/* Android */
Color.parseColor("#03476d")Accessibility — WCAG contrast
Aa
#03476d on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03476d on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue42.7%
CMYK percentages
Cyan97.2%
Magenta34.9%
Yellow0.0%
Key (black)57.3%
Color previews
#03476d text on a black background
contrast 2.13:1
Card sample
#03476d text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03476d;
Background color
Panel with #03476d background
background-color: #03476d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03476d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03476d; background: linear-gradient(135deg, #03476d, #06036D);