#001470
a deep, electric blue · warm · closest name: midnightblue
RGB
0, 20, 112
HSL
229°, 100%, 22%
CMYK
100, 82, 0, 56
Luminance
0.0167
Every format
| HEX | #001470 |
| RGB | rgb(0, 20, 112) |
| HSL | hsl(229, 100%, 22%) |
| CMYK | cmyk(100%, 82%, 0%, 56%) |
| LAB | lab(13.7 33.2 -53.3) |
| LCH | lch(13.7 62.8 301.9) |
| OKLCH | oklch(0.269 0.155 264.0) |
Copy-ready code
/* CSS */
color: #001470;
background-color: #001470;
/* Tailwind (arbitrary) */
class="text-[#001470] bg-[#001470]"
/* SCSS */
$brand: #001470;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.439)
/* Android */
Color.parseColor("#001470")Accessibility — WCAG contrast
Aa
#001470 on white: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001470 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue43.9%
CMYK percentages
Cyan100.0%
Magenta82.1%
Yellow0.0%
Key (black)56.1%
Color previews
#001470 text on a black background
contrast 1.33:1
Card sample
#001470 text on a white background
contrast 15.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001470;
Background color
Panel with #001470 background
background-color: #001470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001470; background: linear-gradient(135deg, #001470, #370070);