#051a38
a deep, electric blue · cool · closest name: black
RGB
5, 26, 56
HSL
215°, 84%, 12%
CMYK
91, 54, 0, 78
Luminance
0.0106
Every format
| HEX | #051a38 |
| RGB | rgb(5, 26, 56) |
| HSL | hsl(215, 84%, 12%) |
| CMYK | cmyk(91%, 54%, 0%, 78%) |
| LAB | lab(9.4 4.9 -21.9) |
| LCH | lch(9.4 22.5 282.7) |
| OKLCH | oklch(0.221 0.065 257.4) |
Copy-ready code
/* CSS */
color: #051a38;
background-color: #051a38;
/* Tailwind (arbitrary) */
class="text-[#051a38] bg-[#051a38]"
/* SCSS */
$brand: #051a38;
/* SwiftUI */
Color(red: 0.020, green: 0.102, blue: 0.220)
/* Android */
Color.parseColor("#051a38")Accessibility — WCAG contrast
Aa
#051a38 on white: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051a38 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green10.2%
Blue22.0%
CMYK percentages
Cyan91.1%
Magenta53.6%
Yellow0.0%
Key (black)78.0%
Color previews
#051a38 text on a black background
contrast 1.21:1
Card sample
#051a38 text on a white background
contrast 17.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051a38;
Background color
Panel with #051a38 background
background-color: #051a38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051a38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 26, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 26, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051a38; background: linear-gradient(135deg, #051a38, #120538);