#034591
a dark, electric blue · cool · closest name: midnightblue
RGB
3, 69, 145
HSL
212°, 96%, 29%
CMYK
98, 52, 0, 43
Luminance
0.0632
Every format
| HEX | #034591 |
| RGB | rgb(3, 69, 145) |
| HSL | hsl(212, 96%, 29%) |
| CMYK | cmyk(98%, 52%, 0%, 43%) |
| LAB | lab(30.2 13.1 -46.9) |
| LCH | lch(30.2 48.7 285.6) |
| OKLCH | oklch(0.402 0.139 256.9) |
Copy-ready code
/* CSS */
color: #034591;
background-color: #034591;
/* Tailwind (arbitrary) */
class="text-[#034591] bg-[#034591]"
/* SCSS */
$brand: #034591;
/* SwiftUI */
Color(red: 0.012, green: 0.271, blue: 0.569)
/* Android */
Color.parseColor("#034591")Accessibility — WCAG contrast
Aa
#034591 on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034591 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.1%
Blue56.9%
CMYK percentages
Cyan97.9%
Magenta52.4%
Yellow0.0%
Key (black)43.1%
Color previews
#034591 text on a black background
contrast 2.26:1
Card sample
#034591 text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034591;
Background color
Panel with #034591 background
background-color: #034591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 69, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 69, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034591; background: linear-gradient(135deg, #034591, #200391);