#034b92
a dark, electric blue · cool · closest name: steelblue
RGB
3, 75, 146
HSL
210°, 96%, 29%
CMYK
98, 49, 0, 43
Luminance
0.0713
Every format
| HEX | #034b92 |
| RGB | rgb(3, 75, 146) |
| HSL | hsl(210, 96%, 29%) |
| CMYK | cmyk(98%, 49%, 0%, 43%) |
| LAB | lab(32.1 9.4 -44.5) |
| LCH | lch(32.1 45.5 282.0) |
| OKLCH | oklch(0.417 0.133 254.5) |
Copy-ready code
/* CSS */
color: #034b92;
background-color: #034b92;
/* Tailwind (arbitrary) */
class="text-[#034b92] bg-[#034b92]"
/* SCSS */
$brand: #034b92;
/* SwiftUI */
Color(red: 0.012, green: 0.294, blue: 0.573)
/* Android */
Color.parseColor("#034b92")Accessibility — WCAG contrast
Aa
#034b92 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034b92 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.4%
Blue57.3%
CMYK percentages
Cyan97.9%
Magenta48.6%
Yellow0.0%
Key (black)42.7%
Color previews
#034b92 text on a black background
contrast 2.43:1
Card sample
#034b92 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034b92;
Background color
Panel with #034b92 background
background-color: #034b92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034b92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 75, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 75, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034b92; background: linear-gradient(135deg, #034b92, #1A0392);