#03473d
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 71, 61
HSL
171°, 92%, 15%
CMYK
96, 0, 14, 72
Luminance
0.0486
Every format
| HEX | #03473d |
| RGB | rgb(3, 71, 61) |
| HSL | hsl(171, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 14%, 72%) |
| LAB | lab(26.3 -22.2 0.5) |
| LCH | lch(26.3 22.2 178.7) |
| OKLCH | oklch(0.357 0.064 179.1) |
Copy-ready code
/* CSS */
color: #03473d;
background-color: #03473d;
/* Tailwind (arbitrary) */
class="text-[#03473d] bg-[#03473d]"
/* SCSS */
$brand: #03473d;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.239)
/* Android */
Color.parseColor("#03473d")Accessibility — WCAG contrast
Aa
#03473d on white: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03473d on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue23.9%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow14.1%
Key (black)72.2%
Color previews
#03473d text on a black background
contrast 1.97:1
Card sample
#03473d text on a white background
contrast 10.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03473d;
Background color
Panel with #03473d background
background-color: #03473d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03473d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03473d; background: linear-gradient(135deg, #03473d, #032447);