#012321
a deep, electric cyan · cool · closest name: black
RGB
1, 35, 33
HSL
177°, 94%, 7%
CMYK
97, 0, 6, 86
Luminance
0.0132
Every format
| HEX | #012321 |
| RGB | rgb(1, 35, 33) |
| HSL | hsl(177, 94%, 7%) |
| CMYK | cmyk(97%, 0%, 6%, 86%) |
| LAB | lab(11.4 -12.8 -2.2) |
| LCH | lch(11.4 13.0 189.8) |
| OKLCH | oklch(0.232 0.039 189.1) |
Copy-ready code
/* CSS */
color: #012321;
background-color: #012321;
/* Tailwind (arbitrary) */
class="text-[#012321] bg-[#012321]"
/* SCSS */
$brand: #012321;
/* SwiftUI */
Color(red: 0.004, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#012321")Accessibility — WCAG contrast
Aa
#012321 on white: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#012321 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green13.7%
Blue12.9%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow5.7%
Key (black)86.3%
Color previews
#012321 text on a black background
contrast 1.26:1
Card sample
#012321 text on a white background
contrast 16.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #012321;
Background color
Panel with #012321 background
background-color: #012321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #012321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #012321; background: linear-gradient(135deg, #012321, #010E23);