#034b93
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 75, 147
HSL
210°, 96%, 29%
CMYK
98, 49, 0, 42
Luminance
0.0716
Every format
| HEX | #034b93 |
| RGB | rgb(3, 75, 147) |
| HSL | hsl(210, 96%, 29%) |
| CMYK | cmyk(98%, 49%, 0%, 42%) |
| LAB | lab(32.2 9.9 -45.0) |
| LCH | lch(32.2 46.1 282.4) |
| OKLCH | oklch(0.418 0.134 254.8) |
Copy-ready code
/* CSS */
color: #034b93;
background-color: #034b93;
/* Tailwind (arbitrary) */
class="text-[#034b93] bg-[#034b93]"
/* SCSS */
$brand: #034b93;
/* SwiftUI */
Color(red: 0.012, green: 0.294, blue: 0.576)
/* Android */
Color.parseColor("#034b93")Accessibility — WCAG contrast
Aa
#034b93 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034b93 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.4%
Blue57.6%
CMYK percentages
Cyan98.0%
Magenta49.0%
Yellow0.0%
Key (black)42.4%
Color previews
#034b93 text on a black background
contrast 2.43:1
Card sample
#034b93 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034b93;
Background color
Panel with #034b93 background
background-color: #034b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 75, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 75, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034b93; background: linear-gradient(135deg, #034b93, #1B0393);