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