#052442
a deep, electric blue · cool · closest name: black
RGB
5, 36, 66
HSL
210°, 86%, 14%
CMYK
92, 46, 0, 74
Luminance
0.0169
Every format
| HEX | #052442 |
| RGB | rgb(5, 36, 66) |
| HSL | hsl(210, 86%, 14%) |
| CMYK | cmyk(92%, 46%, 0%, 74%) |
| LAB | lab(13.8 1.9 -22.1) |
| LCH | lch(13.8 22.2 274.9) |
| OKLCH | oklch(0.257 0.067 251.3) |
Copy-ready code
/* CSS */
color: #052442;
background-color: #052442;
/* Tailwind (arbitrary) */
class="text-[#052442] bg-[#052442]"
/* SCSS */
$brand: #052442;
/* SwiftUI */
Color(red: 0.020, green: 0.141, blue: 0.259)
/* Android */
Color.parseColor("#052442")Accessibility — WCAG contrast
Aa
#052442 on white: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052442 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green14.1%
Blue25.9%
CMYK percentages
Cyan92.4%
Magenta45.5%
Yellow0.0%
Key (black)74.1%
Color previews
#052442 text on a black background
contrast 1.34:1
Card sample
#052442 text on a white background
contrast 15.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052442;
Background color
Panel with #052442 background
background-color: #052442;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052442;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 36, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 36, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052442; background: linear-gradient(135deg, #052442, #0F0542);