#034b49
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 75, 73
HSL
178°, 92%, 15%
CMYK
96, 0, 3, 71
Luminance
0.0553
Every format
| HEX | #034b49 |
| RGB | rgb(3, 75, 73) |
| HSL | hsl(178, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 3%, 71%) |
| LAB | lab(28.2 -20.2 -4.6) |
| LCH | lch(28.2 20.7 192.7) |
| OKLCH | oklch(0.373 0.063 191.7) |
Copy-ready code
/* CSS */
color: #034b49;
background-color: #034b49;
/* Tailwind (arbitrary) */
class="text-[#034b49] bg-[#034b49]"
/* SCSS */
$brand: #034b49;
/* SwiftUI */
Color(red: 0.012, green: 0.294, blue: 0.286)
/* Android */
Color.parseColor("#034b49")Accessibility — WCAG contrast
Aa
#034b49 on white: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034b49 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.4%
Blue28.6%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow2.7%
Key (black)70.6%
Color previews
#034b49 text on a black background
contrast 2.11:1
Card sample
#034b49 text on a white background
contrast 9.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034b49;
Background color
Panel with #034b49 background
background-color: #034b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 75, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 75, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034b49; background: linear-gradient(135deg, #034b49, #031D4B);