#051338
a deep, electric blue · cool · closest name: black
RGB
5, 19, 56
HSL
224°, 84%, 12%
CMYK
91, 66, 0, 78
Luminance
0.0078
Every format
| HEX | #051338 |
| RGB | rgb(5, 19, 56) |
| HSL | hsl(224, 84%, 12%) |
| CMYK | cmyk(91%, 66%, 0%, 78%) |
| LAB | lab(7.1 10.4 -25.8) |
| LCH | lch(7.1 27.8 292.0) |
| OKLCH | oklch(0.202 0.075 264.1) |
Copy-ready code
/* CSS */
color: #051338;
background-color: #051338;
/* Tailwind (arbitrary) */
class="text-[#051338] bg-[#051338]"
/* SCSS */
$brand: #051338;
/* SwiftUI */
Color(red: 0.020, green: 0.075, blue: 0.220)
/* Android */
Color.parseColor("#051338")Accessibility — WCAG contrast
Aa
#051338 on white: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051338 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.5%
Blue22.0%
CMYK percentages
Cyan91.1%
Magenta66.1%
Yellow0.0%
Key (black)78.0%
Color previews
#051338 text on a black background
contrast 1.16:1
Card sample
#051338 text on a white background
contrast 18.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051338;
Background color
Panel with #051338 background
background-color: #051338;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051338;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 19, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 19, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051338; background: linear-gradient(135deg, #051338, #190538);