#05143d
a deep, electric blue · cool · closest name: midnightblue
RGB
5, 20, 61
HSL
224°, 85%, 13%
CMYK
92, 67, 0, 76
Luminance
0.0087
Every format
| HEX | #05143d |
| RGB | rgb(5, 20, 61) |
| HSL | hsl(224, 85%, 13%) |
| CMYK | cmyk(92%, 67%, 0%, 76%) |
| LAB | lab(7.8 12.1 -28.1) |
| LCH | lch(7.8 30.6 293.3) |
| OKLCH | oklch(0.210 0.082 264.2) |
Copy-ready code
/* CSS */
color: #05143d;
background-color: #05143d;
/* Tailwind (arbitrary) */
class="text-[#05143d] bg-[#05143d]"
/* SCSS */
$brand: #05143d;
/* SwiftUI */
Color(red: 0.020, green: 0.078, blue: 0.239)
/* Android */
Color.parseColor("#05143d")Accessibility — WCAG contrast
Aa
#05143d on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05143d on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.8%
Blue23.9%
CMYK percentages
Cyan91.8%
Magenta67.2%
Yellow0.0%
Key (black)76.1%
Color previews
#05143d text on a black background
contrast 1.17:1
Card sample
#05143d text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05143d;
Background color
Panel with #05143d background
background-color: #05143d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05143d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 20, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 20, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05143d; background: linear-gradient(135deg, #05143d, #1B053D);