#03473f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 71, 63
HSL
173°, 92%, 15%
CMYK
96, 0, 11, 72
Luminance
0.0488
Every format
| HEX | #03473f |
| RGB | rgb(3, 71, 63) |
| HSL | hsl(173, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 11%, 72%) |
| LAB | lab(26.4 -21.5 -0.7) |
| LCH | lch(26.4 21.5 181.9) |
| OKLCH | oklch(0.358 0.063 182.1) |
Copy-ready code
/* CSS */
color: #03473f;
background-color: #03473f;
/* Tailwind (arbitrary) */
class="text-[#03473f] bg-[#03473f]"
/* SCSS */
$brand: #03473f;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.247)
/* Android */
Color.parseColor("#03473f")Accessibility — WCAG contrast
Aa
#03473f on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03473f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue24.7%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow11.3%
Key (black)72.2%
Color previews
#03473f text on a black background
contrast 1.98:1
Card sample
#03473f text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03473f;
Background color
Panel with #03473f background
background-color: #03473f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03473f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03473f; background: linear-gradient(135deg, #03473f, #032247);