#001421
a deep, electric blue · cool · closest name: black
RGB
0, 20, 33
HSL
204°, 100%, 7%
CMYK
100, 39, 0, 87
Luminance
0.0061
Every format
| HEX | #001421 |
| RGB | rgb(0, 20, 33) |
| HSL | hsl(204, 100%, 7%) |
| CMYK | cmyk(100%, 39%, 0%, 87%) |
| LAB | lab(5.5 -2.3 -11.2) |
| LCH | lch(5.5 11.4 258.6) |
| OKLCH | oklch(0.181 0.040 237.0) |
Copy-ready code
/* CSS */
color: #001421;
background-color: #001421;
/* Tailwind (arbitrary) */
class="text-[#001421] bg-[#001421]"
/* SCSS */
$brand: #001421;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#001421")Accessibility — WCAG contrast
Aa
#001421 on white: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001421 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta39.4%
Yellow0.0%
Key (black)87.1%
Color previews
#001421 text on a black background
contrast 1.12:1
Card sample
#001421 text on a white background
contrast 18.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001421;
Background color
Panel with #001421 background
background-color: #001421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001421; background: linear-gradient(135deg, #001421, #020021);