#03494c
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 73, 76
HSL
183°, 92%, 16%
CMYK
96, 4, 0, 70
Luminance
0.0531
Every format
| HEX | #03494c |
| RGB | rgb(3, 73, 76) |
| HSL | hsl(183, 92%, 16%) |
| CMYK | cmyk(96%, 4%, 0%, 70%) |
| LAB | lab(27.6 -18.1 -7.4) |
| LCH | lch(27.6 19.5 202.3) |
| OKLCH | oklch(0.369 0.061 199.6) |
Copy-ready code
/* CSS */
color: #03494c;
background-color: #03494c;
/* Tailwind (arbitrary) */
class="text-[#03494c] bg-[#03494c]"
/* SCSS */
$brand: #03494c;
/* SwiftUI */
Color(red: 0.012, green: 0.286, blue: 0.298)
/* Android */
Color.parseColor("#03494c")Accessibility — WCAG contrast
Aa
#03494c on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03494c on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.6%
Blue29.8%
CMYK percentages
Cyan96.1%
Magenta3.9%
Yellow0.0%
Key (black)70.2%
Color previews
#03494c text on a black background
contrast 2.06:1
Card sample
#03494c text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03494c;
Background color
Panel with #03494c background
background-color: #03494c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03494c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 73, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 73, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03494c; background: linear-gradient(135deg, #03494c, #03184C);