#034c89
a dark, electric blue · cool · closest name: steelblue
RGB
3, 76, 137
HSL
207°, 96%, 28%
CMYK
98, 45, 0, 46
Luminance
0.0699
Every format
| HEX | #034c89 |
| RGB | rgb(3, 76, 137) |
| HSL | hsl(207, 96%, 28%) |
| CMYK | cmyk(98%, 45%, 0%, 46%) |
| LAB | lab(31.8 4.9 -39.5) |
| LCH | lch(31.8 39.8 277.1) |
| OKLCH | oklch(0.413 0.119 251.4) |
Copy-ready code
/* CSS */
color: #034c89;
background-color: #034c89;
/* Tailwind (arbitrary) */
class="text-[#034c89] bg-[#034c89]"
/* SCSS */
$brand: #034c89;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.537)
/* Android */
Color.parseColor("#034c89")Accessibility — WCAG contrast
Aa
#034c89 on white: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c89 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue53.7%
CMYK percentages
Cyan97.8%
Magenta44.5%
Yellow0.0%
Key (black)46.3%
Color previews
#034c89 text on a black background
contrast 2.40:1
Card sample
#034c89 text on a white background
contrast 8.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c89;
Background color
Panel with #034c89 background
background-color: #034c89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c89; background: linear-gradient(135deg, #034c89, #130389);