#03475f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 71, 95
HSL
196°, 94%, 19%
CMYK
97, 25, 0, 63
Luminance
0.0535
Every format
| HEX | #03475f |
| RGB | rgb(3, 71, 95) |
| HSL | hsl(196, 94%, 19%) |
| CMYK | cmyk(97%, 25%, 0%, 63%) |
| LAB | lab(27.7 -9.5 -19.5) |
| LCH | lch(27.7 21.7 244.0) |
| OKLCH | oklch(0.373 0.072 229.5) |
Copy-ready code
/* CSS */
color: #03475f;
background-color: #03475f;
/* Tailwind (arbitrary) */
class="text-[#03475f] bg-[#03475f]"
/* SCSS */
$brand: #03475f;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.373)
/* Android */
Color.parseColor("#03475f")Accessibility — WCAG contrast
Aa
#03475f on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03475f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue37.3%
CMYK percentages
Cyan96.8%
Magenta25.3%
Yellow0.0%
Key (black)62.7%
Color previews
#03475f text on a black background
contrast 2.07:1
Card sample
#03475f text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03475f;
Background color
Panel with #03475f background
background-color: #03475f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03475f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03475f; background: linear-gradient(135deg, #03475f, #030A5F);