#021418
a deep, electric cyan · cool · closest name: black
RGB
2, 20, 24
HSL
191°, 85%, 5%
CMYK
92, 17, 0, 91
Luminance
0.0058
Every format
| HEX | #021418 |
| RGB | rgb(2, 20, 24) |
| HSL | hsl(191, 85%, 5%) |
| CMYK | cmyk(92%, 17%, 0%, 91%) |
| LAB | lab(5.2 -4.5 -4.6) |
| LCH | lch(5.2 6.5 225.6) |
| OKLCH | oklch(0.177 0.027 212.7) |
Copy-ready code
/* CSS */
color: #021418;
background-color: #021418;
/* Tailwind (arbitrary) */
class="text-[#021418] bg-[#021418]"
/* SCSS */
$brand: #021418;
/* SwiftUI */
Color(red: 0.008, green: 0.078, blue: 0.094)
/* Android */
Color.parseColor("#021418")Accessibility — WCAG contrast
Aa
#021418 on white: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021418 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green7.8%
Blue9.4%
CMYK percentages
Cyan91.7%
Magenta16.7%
Yellow0.0%
Key (black)90.6%
Color previews
#021418 text on a black background
contrast 1.12:1
Card sample
#021418 text on a white background
contrast 18.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021418;
Background color
Panel with #021418 background
background-color: #021418;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021418;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 20, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 20, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021418; background: linear-gradient(135deg, #021418, #020518);