#03476c
a deep, electric blue · cool · closest name: darkslategray
RGB
3, 71, 108
HSL
201°, 95%, 22%
CMYK
97, 34, 0, 58
Luminance
0.0561
Every format
| HEX | #03476c |
| RGB | rgb(3, 71, 108) |
| HSL | hsl(201, 95%, 22%) |
| CMYK | cmyk(97%, 34%, 0%, 58%) |
| LAB | lab(28.4 -4.1 -26.8) |
| LCH | lch(28.4 27.1 261.3) |
| OKLCH | oklch(0.380 0.087 241.0) |
Copy-ready code
/* CSS */
color: #03476c;
background-color: #03476c;
/* Tailwind (arbitrary) */
class="text-[#03476c] bg-[#03476c]"
/* SCSS */
$brand: #03476c;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.424)
/* Android */
Color.parseColor("#03476c")Accessibility — WCAG contrast
Aa
#03476c on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03476c on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue42.4%
CMYK percentages
Cyan97.2%
Magenta34.3%
Yellow0.0%
Key (black)57.6%
Color previews
#03476c text on a black background
contrast 2.12:1
Card sample
#03476c text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03476c;
Background color
Panel with #03476c background
background-color: #03476c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03476c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03476c; background: linear-gradient(135deg, #03476c, #05036C);