#001744
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 23, 68
HSL
220°, 100%, 13%
CMYK
100, 66, 0, 73
Luminance
0.0103
Every format
| HEX | #001744 |
| RGB | rgb(0, 23, 68) |
| HSL | hsl(220, 100%, 13%) |
| CMYK | cmyk(100%, 66%, 0%, 73%) |
| LAB | lab(9.2 12.3 -30.8) |
| LCH | lch(9.2 33.2 291.7) |
| OKLCH | oklch(0.222 0.091 260.0) |
Copy-ready code
/* CSS */
color: #001744;
background-color: #001744;
/* Tailwind (arbitrary) */
class="text-[#001744] bg-[#001744]"
/* SCSS */
$brand: #001744;
/* SwiftUI */
Color(red: 0.000, green: 0.090, blue: 0.267)
/* Android */
Color.parseColor("#001744")Accessibility — WCAG contrast
Aa
#001744 on white: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001744 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.0%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta66.2%
Yellow0.0%
Key (black)73.3%
Color previews
#001744 text on a black background
contrast 1.21:1
Card sample
#001744 text on a white background
contrast 17.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001744;
Background color
Panel with #001744 background
background-color: #001744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 23, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 23, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001744; background: linear-gradient(135deg, #001744, #160044);