#051c38
a deep, electric blue · cool · closest name: black
RGB
5, 28, 56
HSL
213°, 84%, 12%
CMYK
91, 50, 0, 78
Luminance
0.0115
Every format
| HEX | #051c38 |
| RGB | rgb(5, 28, 56) |
| HSL | hsl(213, 84%, 12%) |
| CMYK | cmyk(91%, 50%, 0%, 78%) |
| LAB | lab(10.2 3.4 -20.8) |
| LCH | lch(10.2 21.1 279.1) |
| OKLCH | oklch(0.226 0.062 254.8) |
Copy-ready code
/* CSS */
color: #051c38;
background-color: #051c38;
/* Tailwind (arbitrary) */
class="text-[#051c38] bg-[#051c38]"
/* SCSS */
$brand: #051c38;
/* SwiftUI */
Color(red: 0.020, green: 0.110, blue: 0.220)
/* Android */
Color.parseColor("#051c38")Accessibility — WCAG contrast
Aa
#051c38 on white: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051c38 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green11.0%
Blue22.0%
CMYK percentages
Cyan91.1%
Magenta50.0%
Yellow0.0%
Key (black)78.0%
Color previews
#051c38 text on a black background
contrast 1.23:1
Card sample
#051c38 text on a white background
contrast 17.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051c38;
Background color
Panel with #051c38 background
background-color: #051c38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051c38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 28, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 28, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051c38; background: linear-gradient(135deg, #051c38, #100538);