#03475c
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 71, 92
HSL
194°, 94%, 19%
CMYK
97, 23, 0, 64
Luminance
0.0530
Every format
| HEX | #03475c |
| RGB | rgb(3, 71, 92) |
| HSL | hsl(194, 94%, 19%) |
| CMYK | cmyk(97%, 23%, 0%, 64%) |
| LAB | lab(27.6 -10.7 -17.8) |
| LCH | lch(27.6 20.8 239.0) |
| OKLCH | oklch(0.371 0.070 226.1) |
Copy-ready code
/* CSS */
color: #03475c;
background-color: #03475c;
/* Tailwind (arbitrary) */
class="text-[#03475c] bg-[#03475c]"
/* SCSS */
$brand: #03475c;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.361)
/* Android */
Color.parseColor("#03475c")Accessibility — WCAG contrast
Aa
#03475c on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03475c on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue36.1%
CMYK percentages
Cyan96.7%
Magenta22.8%
Yellow0.0%
Key (black)63.9%
Color previews
#03475c text on a black background
contrast 2.06:1
Card sample
#03475c text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03475c;
Background color
Panel with #03475c background
background-color: #03475c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03475c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03475c; background: linear-gradient(135deg, #03475c, #030C5C);