#021613
a deep, electric cyan · cool · closest name: black
RGB
2, 22, 19
HSL
171°, 83%, 5%
CMYK
91, 0, 14, 91
Luminance
0.0063
Every format
| HEX | #021613 |
| RGB | rgb(2, 22, 19) |
| HSL | hsl(171, 83%, 5%) |
| CMYK | cmyk(91%, 0%, 14%, 91%) |
| LAB | lab(5.7 -7.1 -0.4) |
| LCH | lch(5.7 7.1 183.0) |
| OKLCH | oklch(0.181 0.029 182.7) |
Copy-ready code
/* CSS */
color: #021613;
background-color: #021613;
/* Tailwind (arbitrary) */
class="text-[#021613] bg-[#021613]"
/* SCSS */
$brand: #021613;
/* SwiftUI */
Color(red: 0.008, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#021613")Accessibility — WCAG contrast
Aa
#021613 on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021613 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green8.6%
Blue7.5%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow13.6%
Key (black)91.4%
Color previews
#021613 text on a black background
contrast 1.13:1
Card sample
#021613 text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021613;
Background color
Panel with #021613 background
background-color: #021613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021613; background: linear-gradient(135deg, #021613, #020C16);