#051461
a deep, electric blue · warm · closest name: midnightblue
RGB
5, 20, 97
HSL
230°, 90%, 20%
CMYK
95, 79, 0, 62
Luminance
0.0140
Every format
| HEX | #051461 |
| RGB | rgb(5, 20, 97) |
| HSL | hsl(230, 90%, 20%) |
| CMYK | cmyk(95%, 79%, 0%, 62%) |
| LAB | lab(11.9 27.7 -46.2) |
| LCH | lch(11.9 53.9 300.9) |
| OKLCH | oklch(0.252 0.135 265.7) |
Copy-ready code
/* CSS */
color: #051461;
background-color: #051461;
/* Tailwind (arbitrary) */
class="text-[#051461] bg-[#051461]"
/* SCSS */
$brand: #051461;
/* SwiftUI */
Color(red: 0.020, green: 0.078, blue: 0.380)
/* Android */
Color.parseColor("#051461")Accessibility — WCAG contrast
Aa
#051461 on white: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051461 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.8%
Blue38.0%
CMYK percentages
Cyan94.8%
Magenta79.4%
Yellow0.0%
Key (black)62.0%
Color previews
#051461 text on a black background
contrast 1.28:1
Card sample
#051461 text on a white background
contrast 16.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051461;
Background color
Panel with #051461 background
background-color: #051461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 20, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 20, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051461; background: linear-gradient(135deg, #051461, #330561);