#03476f
a deep, electric blue · cool · closest name: steelblue
RGB
3, 71, 111
HSL
202°, 95%, 22%
CMYK
97, 36, 0, 57
Luminance
0.0567
Every format
| HEX | #03476f |
| RGB | rgb(3, 71, 111) |
| HSL | hsl(202, 95%, 22%) |
| CMYK | cmyk(97%, 36%, 0%, 57%) |
| LAB | lab(28.6 -2.8 -28.4) |
| LCH | lch(28.6 28.5 264.3) |
| OKLCH | oklch(0.382 0.091 243.0) |
Copy-ready code
/* CSS */
color: #03476f;
background-color: #03476f;
/* Tailwind (arbitrary) */
class="text-[#03476f] bg-[#03476f]"
/* SCSS */
$brand: #03476f;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.435)
/* Android */
Color.parseColor("#03476f")Accessibility — WCAG contrast
Aa
#03476f on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03476f on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue43.5%
CMYK percentages
Cyan97.3%
Magenta36.0%
Yellow0.0%
Key (black)56.5%
Color previews
#03476f text on a black background
contrast 2.13:1
Card sample
#03476f text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03476f;
Background color
Panel with #03476f background
background-color: #03476f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03476f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03476f; background: linear-gradient(135deg, #03476f, #07036F);