#03493f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 73, 63
HSL
171°, 92%, 15%
CMYK
96, 0, 14, 71
Luminance
0.0514
Every format
| HEX | #03493f |
| RGB | rgb(3, 73, 63) |
| HSL | hsl(171, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 14%, 71%) |
| LAB | lab(27.1 -22.6 0.4) |
| LCH | lch(27.1 22.6 179.1) |
| OKLCH | oklch(0.364 0.065 179.5) |
Copy-ready code
/* CSS */
color: #03493f;
background-color: #03493f;
/* Tailwind (arbitrary) */
class="text-[#03493f] bg-[#03493f]"
/* SCSS */
$brand: #03493f;
/* SwiftUI */
Color(red: 0.012, green: 0.286, blue: 0.247)
/* Android */
Color.parseColor("#03493f")Accessibility — WCAG contrast
Aa
#03493f on white: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03493f on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.6%
Blue24.7%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow13.7%
Key (black)71.4%
Color previews
#03493f text on a black background
contrast 2.03:1
Card sample
#03493f text on a white background
contrast 10.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03493f;
Background color
Panel with #03493f background
background-color: #03493f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03493f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 73, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 73, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03493f; background: linear-gradient(135deg, #03493f, #032449);