#050047
a deep, electric blue · warm · closest name: midnightblue
RGB
5, 0, 71
HSL
244°, 100%, 14%
CMYK
93, 100, 0, 72
Luminance
0.0049
Every format
| HEX | #050047 |
| RGB | rgb(5, 0, 71) |
| HSL | hsl(244, 100%, 14%) |
| CMYK | cmyk(93%, 100%, 0%, 72%) |
| LAB | lab(4.4 28.5 -40.9) |
| LCH | lch(4.4 49.8 304.9) |
| OKLCH | oklch(0.184 0.122 269.0) |
Copy-ready code
/* CSS */
color: #050047;
background-color: #050047;
/* Tailwind (arbitrary) */
class="text-[#050047] bg-[#050047]"
/* SCSS */
$brand: #050047;
/* SwiftUI */
Color(red: 0.020, green: 0.000, blue: 0.278)
/* Android */
Color.parseColor("#050047")Accessibility — WCAG contrast
Aa
#050047 on white: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050047 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green0.0%
Blue27.8%
CMYK percentages
Cyan93.0%
Magenta100.0%
Yellow0.0%
Key (black)72.2%
Color previews
#050047 text on a black background
contrast 1.10:1
Card sample
#050047 text on a white background
contrast 19.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050047;
Background color
Panel with #050047 background
background-color: #050047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 0, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 0, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050047; background: linear-gradient(135deg, #050047, #340047);