#012821
a deep, electric cyan · cool · closest name: darkslategray
RGB
1, 40, 33
HSL
169°, 95%, 8%
CMYK
98, 0, 18, 84
Luminance
0.0163
Every format
| HEX | #012821 |
| RGB | rgb(1, 40, 33) |
| HSL | hsl(169, 95%, 8%) |
| CMYK | cmyk(98%, 0%, 18%, 84%) |
| LAB | lab(13.4 -15.7 0.8) |
| LCH | lch(13.4 15.7 177.2) |
| OKLCH | oklch(0.248 0.045 177.7) |
Copy-ready code
/* CSS */
color: #012821;
background-color: #012821;
/* Tailwind (arbitrary) */
class="text-[#012821] bg-[#012821]"
/* SCSS */
$brand: #012821;
/* SwiftUI */
Color(red: 0.004, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#012821")Accessibility — WCAG contrast
Aa
#012821 on white: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#012821 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green15.7%
Blue12.9%
CMYK percentages
Cyan97.5%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#012821 text on a black background
contrast 1.33:1
Card sample
#012821 text on a white background
contrast 15.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #012821;
Background color
Panel with #012821 background
background-color: #012821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #012821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #012821; background: linear-gradient(135deg, #012821, #011528);