#344591
a dark, vivid blue · warm · closest name: midnightblue
RGB
52, 69, 145
HSL
229°, 47%, 39%
CMYK
64, 52, 0, 43
Luminance
0.0703
Every format
| HEX | #344591 |
| RGB | rgb(52, 69, 145) |
| HSL | hsl(229, 47%, 39%) |
| CMYK | cmyk(64%, 52%, 0%, 43%) |
| LAB | lab(31.9 18.6 -44.2) |
| LCH | lch(31.9 47.9 292.8) |
| OKLCH | oklch(0.420 0.127 270.6) |
Copy-ready code
/* CSS */
color: #344591;
background-color: #344591;
/* Tailwind (arbitrary) */
class="text-[#344591] bg-[#344591]"
/* SCSS */
$brand: #344591;
/* SwiftUI */
Color(red: 0.204, green: 0.271, blue: 0.569)
/* Android */
Color.parseColor("#344591")Accessibility — WCAG contrast
Aa
#344591 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#344591 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green27.1%
Blue56.9%
CMYK percentages
Cyan64.1%
Magenta52.4%
Yellow0.0%
Key (black)43.1%
Color previews
#344591 text on a black background
contrast 2.41:1
Card sample
#344591 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #344591;
Background color
Panel with #344591 background
background-color: #344591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #344591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 69, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 69, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #344591; background: linear-gradient(135deg, #344591, #613491);