#03474c
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 71, 76
HSL
184°, 92%, 16%
CMYK
96, 7, 0, 70
Luminance
0.0505
Every format
| HEX | #03474c |
| RGB | rgb(3, 71, 76) |
| HSL | hsl(184, 92%, 16%) |
| CMYK | cmyk(96%, 7%, 0%, 70%) |
| LAB | lab(26.9 -16.9 -8.5) |
| LCH | lch(26.9 19.0 206.7) |
| OKLCH | oklch(0.363 0.061 203.0) |
Copy-ready code
/* CSS */
color: #03474c;
background-color: #03474c;
/* Tailwind (arbitrary) */
class="text-[#03474c] bg-[#03474c]"
/* SCSS */
$brand: #03474c;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.298)
/* Android */
Color.parseColor("#03474c")Accessibility — WCAG contrast
Aa
#03474c on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03474c on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue29.8%
CMYK percentages
Cyan96.1%
Magenta6.6%
Yellow0.0%
Key (black)70.2%
Color previews
#03474c text on a black background
contrast 2.01:1
Card sample
#03474c text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03474c;
Background color
Panel with #03474c background
background-color: #03474c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03474c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03474c; background: linear-gradient(135deg, #03474c, #03164C);