#034d71
a deep, electric cyan · cool · closest name: steelblue
RGB
3, 77, 113
HSL
200°, 95%, 23%
CMYK
97, 32, 0, 56
Luminance
0.0652
Every format
| HEX | #034d71 |
| RGB | rgb(3, 77, 113) |
| HSL | hsl(200, 95%, 23%) |
| CMYK | cmyk(97%, 32%, 0%, 56%) |
| LAB | lab(30.7 -5.8 -26.3) |
| LCH | lch(30.7 26.9 257.5) |
| OKLCH | oklch(0.399 0.088 238.4) |
Copy-ready code
/* CSS */
color: #034d71;
background-color: #034d71;
/* Tailwind (arbitrary) */
class="text-[#034d71] bg-[#034d71]"
/* SCSS */
$brand: #034d71;
/* SwiftUI */
Color(red: 0.012, green: 0.302, blue: 0.443)
/* Android */
Color.parseColor("#034d71")Accessibility — WCAG contrast
Aa
#034d71 on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034d71 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green30.2%
Blue44.3%
CMYK percentages
Cyan97.3%
Magenta31.9%
Yellow0.0%
Key (black)55.7%
Color previews
#034d71 text on a black background
contrast 2.30:1
Card sample
#034d71 text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034d71;
Background color
Panel with #034d71 background
background-color: #034d71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034d71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 77, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 77, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034d71; background: linear-gradient(135deg, #034d71, #030471);