#03494b
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 73, 75
HSL
182°, 92%, 15%
CMYK
96, 3, 0, 71
Luminance
0.0529
Every format
| HEX | #03494b |
| RGB | rgb(3, 73, 75) |
| HSL | hsl(182, 92%, 15%) |
| CMYK | cmyk(96%, 3%, 0%, 71%) |
| LAB | lab(27.6 -18.4 -6.8) |
| LCH | lch(27.6 19.6 200.3) |
| OKLCH | oklch(0.368 0.061 198.0) |
Copy-ready code
/* CSS */
color: #03494b;
background-color: #03494b;
/* Tailwind (arbitrary) */
class="text-[#03494b] bg-[#03494b]"
/* SCSS */
$brand: #03494b;
/* SwiftUI */
Color(red: 0.012, green: 0.286, blue: 0.294)
/* Android */
Color.parseColor("#03494b")Accessibility — WCAG contrast
Aa
#03494b on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03494b on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.6%
Blue29.4%
CMYK percentages
Cyan96.0%
Magenta2.7%
Yellow0.0%
Key (black)70.6%
Color previews
#03494b text on a black background
contrast 2.06:1
Card sample
#03494b text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03494b;
Background color
Panel with #03494b background
background-color: #03494b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03494b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 73, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 73, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03494b; background: linear-gradient(135deg, #03494b, #03194B);