#034a49
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 74, 73
HSL
179°, 92%, 15%
CMYK
96, 0, 1, 71
Luminance
0.0540
Every format
| HEX | #034a49 |
| RGB | rgb(3, 74, 73) |
| HSL | hsl(179, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 1%, 71%) |
| LAB | lab(27.8 -19.7 -5.1) |
| LCH | lch(27.8 20.3 194.5) |
| OKLCH | oklch(0.371 0.062 193.2) |
Copy-ready code
/* CSS */
color: #034a49;
background-color: #034a49;
/* Tailwind (arbitrary) */
class="text-[#034a49] bg-[#034a49]"
/* SCSS */
$brand: #034a49;
/* SwiftUI */
Color(red: 0.012, green: 0.290, blue: 0.286)
/* Android */
Color.parseColor("#034a49")Accessibility — WCAG contrast
Aa
#034a49 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034a49 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.0%
Blue28.6%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow1.4%
Key (black)71.0%
Color previews
#034a49 text on a black background
contrast 2.08:1
Card sample
#034a49 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034a49;
Background color
Panel with #034a49 background
background-color: #034a49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034a49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 74, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 74, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034a49; background: linear-gradient(135deg, #034a49, #031C4A);