#012221
a deep, electric cyan · cool · closest name: black
RGB
1, 34, 33
HSL
178°, 94%, 7%
CMYK
97, 0, 3, 87
Luminance
0.0126
Every format
| HEX | #012221 |
| RGB | rgb(1, 34, 33) |
| HSL | hsl(178, 94%, 7%) |
| CMYK | cmyk(97%, 0%, 3%, 87%) |
| LAB | lab(11.0 -12.2 -2.8) |
| LCH | lch(11.0 12.5 193.0) |
| OKLCH | oklch(0.228 0.038 191.9) |
Copy-ready code
/* CSS */
color: #012221;
background-color: #012221;
/* Tailwind (arbitrary) */
class="text-[#012221] bg-[#012221]"
/* SCSS */
$brand: #012221;
/* SwiftUI */
Color(red: 0.004, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#012221")Accessibility — WCAG contrast
Aa
#012221 on white: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#012221 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green13.3%
Blue12.9%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow2.9%
Key (black)86.7%
Color previews
#012221 text on a black background
contrast 1.25:1
Card sample
#012221 text on a white background
contrast 16.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #012221;
Background color
Panel with #012221 background
background-color: #012221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #012221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #012221; background: linear-gradient(135deg, #012221, #010D22);