#052c69
a deep, electric blue · cool · closest name: midnightblue
RGB
5, 44, 105
HSL
217°, 91%, 22%
CMYK
95, 58, 0, 59
Luminance
0.0285
Every format
| HEX | #052c69 |
| RGB | rgb(5, 44, 105) |
| HSL | hsl(217, 91%, 22%) |
| CMYK | cmyk(95%, 58%, 0%, 59%) |
| LAB | lab(19.4 13.8 -39.2) |
| LCH | lch(19.4 41.5 289.4) |
| OKLCH | oklch(0.310 0.115 259.8) |
Copy-ready code
/* CSS */
color: #052c69;
background-color: #052c69;
/* Tailwind (arbitrary) */
class="text-[#052c69] bg-[#052c69]"
/* SCSS */
$brand: #052c69;
/* SwiftUI */
Color(red: 0.020, green: 0.173, blue: 0.412)
/* Android */
Color.parseColor("#052c69")Accessibility — WCAG contrast
Aa
#052c69 on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052c69 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green17.3%
Blue41.2%
CMYK percentages
Cyan95.2%
Magenta58.1%
Yellow0.0%
Key (black)58.8%
Color previews
#052c69 text on a black background
contrast 1.57:1
Card sample
#052c69 text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052c69;
Background color
Panel with #052c69 background
background-color: #052c69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052c69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 44, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 44, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052c69; background: linear-gradient(135deg, #052c69, #210569);