#001221
a deep, electric blue · cool · closest name: black
RGB
0, 18, 33
HSL
207°, 100%, 7%
CMYK
100, 46, 0, 87
Luminance
0.0054
Every format
| HEX | #001221 |
| RGB | rgb(0, 18, 33) |
| HSL | hsl(207, 100%, 7%) |
| CMYK | cmyk(100%, 46%, 0%, 87%) |
| LAB | lab(4.9 -1.0 -12.1) |
| LCH | lch(4.9 12.1 265.2) |
| OKLCH | oklch(0.175 0.042 242.4) |
Copy-ready code
/* CSS */
color: #001221;
background-color: #001221;
/* Tailwind (arbitrary) */
class="text-[#001221] bg-[#001221]"
/* SCSS */
$brand: #001221;
/* SwiftUI */
Color(red: 0.000, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#001221")Accessibility — WCAG contrast
Aa
#001221 on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001221 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.1%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta45.5%
Yellow0.0%
Key (black)87.1%
Color previews
#001221 text on a black background
contrast 1.11:1
Card sample
#001221 text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001221;
Background color
Panel with #001221 background
background-color: #001221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001221; background: linear-gradient(135deg, #001221, #040021);