#052947
a deep, electric blue · cool · closest name: darkslategray
RGB
5, 41, 71
HSL
207°, 87%, 15%
CMYK
93, 42, 0, 72
Luminance
0.0207
Every format
| HEX | #052947 |
| RGB | rgb(5, 41, 71) |
| HSL | hsl(207, 87%, 15%) |
| CMYK | cmyk(93%, 42%, 0%, 72%) |
| LAB | lab(15.9 0.5 -22.2) |
| LCH | lch(15.9 22.2 271.3) |
| OKLCH | oklch(0.274 0.068 248.6) |
Copy-ready code
/* CSS */
color: #052947;
background-color: #052947;
/* Tailwind (arbitrary) */
class="text-[#052947] bg-[#052947]"
/* SCSS */
$brand: #052947;
/* SwiftUI */
Color(red: 0.020, green: 0.161, blue: 0.278)
/* Android */
Color.parseColor("#052947")Accessibility — WCAG contrast
Aa
#052947 on white: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#052947 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green16.1%
Blue27.8%
CMYK percentages
Cyan93.0%
Magenta42.3%
Yellow0.0%
Key (black)72.2%
Color previews
#052947 text on a black background
contrast 1.41:1
Card sample
#052947 text on a white background
contrast 14.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #052947;
Background color
Panel with #052947 background
background-color: #052947;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #052947;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 41, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 41, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #052947; background: linear-gradient(135deg, #052947, #0D0547);