#012921
a deep, electric cyan · cool · closest name: darkslategray
RGB
1, 41, 33
HSL
168°, 95%, 8%
CMYK
98, 0, 20, 84
Luminance
0.0170
Every format
| HEX | #012921 |
| RGB | rgb(1, 41, 33) |
| HSL | hsl(168, 95%, 8%) |
| CMYK | cmyk(98%, 0%, 20%, 84%) |
| LAB | lab(13.8 -16.2 1.4) |
| LCH | lch(13.8 16.3 175.2) |
| OKLCH | oklch(0.251 0.046 175.8) |
Copy-ready code
/* CSS */
color: #012921;
background-color: #012921;
/* Tailwind (arbitrary) */
class="text-[#012921] bg-[#012921]"
/* SCSS */
$brand: #012921;
/* SwiftUI */
Color(red: 0.004, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#012921")Accessibility — WCAG contrast
Aa
#012921 on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#012921 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green16.1%
Blue12.9%
CMYK percentages
Cyan97.6%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#012921 text on a black background
contrast 1.34:1
Card sample
#012921 text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #012921;
Background color
Panel with #012921 background
background-color: #012921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #012921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #012921; background: linear-gradient(135deg, #012921, #011629);