#050a47
a deep, electric blue · warm · closest name: midnightblue
RGB
5, 10, 71
HSL
236°, 87%, 15%
CMYK
93, 86, 0, 72
Luminance
0.0070
Every format
| HEX | #050a47 |
| RGB | rgb(5, 10, 71) |
| HSL | hsl(236, 87%, 15%) |
| CMYK | cmyk(93%, 86%, 0%, 72%) |
| LAB | lab(6.4 23.4 -37.7) |
| LCH | lch(6.4 44.4 301.9) |
| OKLCH | oklch(0.202 0.110 267.9) |
Copy-ready code
/* CSS */
color: #050a47;
background-color: #050a47;
/* Tailwind (arbitrary) */
class="text-[#050a47] bg-[#050a47]"
/* SCSS */
$brand: #050a47;
/* SwiftUI */
Color(red: 0.020, green: 0.039, blue: 0.278)
/* Android */
Color.parseColor("#050a47")Accessibility — WCAG contrast
Aa
#050a47 on white: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050a47 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green3.9%
Blue27.8%
CMYK percentages
Cyan93.0%
Magenta85.9%
Yellow0.0%
Key (black)72.2%
Color previews
#050a47 text on a black background
contrast 1.14:1
Card sample
#050a47 text on a white background
contrast 18.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050a47;
Background color
Panel with #050a47 background
background-color: #050a47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050a47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 10, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 10, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050a47; background: linear-gradient(135deg, #050a47, #2C0547);