#034d73
a deep, electric blue · cool · closest name: steelblue
RGB
3, 77, 115
HSL
200°, 95%, 23%
CMYK
97, 33, 0, 55
Luminance
0.0656
Every format
| HEX | #034d73 |
| RGB | rgb(3, 77, 115) |
| HSL | hsl(200, 95%, 23%) |
| CMYK | cmyk(97%, 33%, 0%, 55%) |
| LAB | lab(30.8 -5.0 -27.4) |
| LCH | lch(30.8 27.9 259.6) |
| OKLCH | oklch(0.401 0.090 239.9) |
Copy-ready code
/* CSS */
color: #034d73;
background-color: #034d73;
/* Tailwind (arbitrary) */
class="text-[#034d73] bg-[#034d73]"
/* SCSS */
$brand: #034d73;
/* SwiftUI */
Color(red: 0.012, green: 0.302, blue: 0.451)
/* Android */
Color.parseColor("#034d73")Accessibility — WCAG contrast
Aa
#034d73 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034d73 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green30.2%
Blue45.1%
CMYK percentages
Cyan97.4%
Magenta33.0%
Yellow0.0%
Key (black)54.9%
Color previews
#034d73 text on a black background
contrast 2.31:1
Card sample
#034d73 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034d73;
Background color
Panel with #034d73 background
background-color: #034d73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034d73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 77, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 77, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034d73; background: linear-gradient(135deg, #034d73, #040373);