#001444
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 20, 68
HSL
222°, 100%, 13%
CMYK
100, 71, 0, 73
Luminance
0.0092
Every format
| HEX | #001444 |
| RGB | rgb(0, 20, 68) |
| HSL | hsl(222, 100%, 13%) |
| CMYK | cmyk(100%, 71%, 0%, 73%) |
| LAB | lab(8.3 14.7 -32.4) |
| LCH | lch(8.3 35.6 294.4) |
| OKLCH | oklch(0.215 0.095 261.4) |
Copy-ready code
/* CSS */
color: #001444;
background-color: #001444;
/* Tailwind (arbitrary) */
class="text-[#001444] bg-[#001444]"
/* SCSS */
$brand: #001444;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.267)
/* Android */
Color.parseColor("#001444")Accessibility — WCAG contrast
Aa
#001444 on white: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001444 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta70.6%
Yellow0.0%
Key (black)73.3%
Color previews
#001444 text on a black background
contrast 1.18:1
Card sample
#001444 text on a white background
contrast 17.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001444;
Background color
Panel with #001444 background
background-color: #001444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001444; background: linear-gradient(135deg, #001444, #190044);