#034f73
a deep, electric cyan · cool · closest name: steelblue
RGB
3, 79, 115
HSL
199°, 95%, 23%
CMYK
97, 31, 0, 55
Luminance
0.0685
Every format
| HEX | #034f73 |
| RGB | rgb(3, 79, 115) |
| HSL | hsl(199, 95%, 23%) |
| CMYK | cmyk(97%, 31%, 0%, 55%) |
| LAB | lab(31.5 -6.3 -26.3) |
| LCH | lch(31.5 27.1 256.6) |
| OKLCH | oklch(0.406 0.088 237.8) |
Copy-ready code
/* CSS */
color: #034f73;
background-color: #034f73;
/* Tailwind (arbitrary) */
class="text-[#034f73] bg-[#034f73]"
/* SCSS */
$brand: #034f73;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.451)
/* Android */
Color.parseColor("#034f73")Accessibility — WCAG contrast
Aa
#034f73 on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034f73 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue45.1%
CMYK percentages
Cyan97.4%
Magenta31.3%
Yellow0.0%
Key (black)54.9%
Color previews
#034f73 text on a black background
contrast 2.37:1
Card sample
#034f73 text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034f73;
Background color
Panel with #034f73 background
background-color: #034f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034f73; background: linear-gradient(135deg, #034f73, #030473);