#021114
a deep, electric cyan · cool · closest name: black
RGB
2, 17, 20
HSL
190°, 82%, 4%
CMYK
90, 15, 0, 92
Luminance
0.0046
Every format
| HEX | #021114 |
| RGB | rgb(2, 17, 20) |
| HSL | hsl(190, 82%, 4%) |
| CMYK | cmyk(90%, 15%, 0%, 92%) |
| LAB | lab(4.2 -3.7 -3.3) |
| LCH | lch(4.2 4.9 221.5) |
| OKLCH | oklch(0.165 0.024 210.2) |
Copy-ready code
/* CSS */
color: #021114;
background-color: #021114;
/* Tailwind (arbitrary) */
class="text-[#021114] bg-[#021114]"
/* SCSS */
$brand: #021114;
/* SwiftUI */
Color(red: 0.008, green: 0.067, blue: 0.078)
/* Android */
Color.parseColor("#021114")Accessibility — WCAG contrast
Aa
#021114 on white: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021114 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green6.7%
Blue7.8%
CMYK percentages
Cyan90.0%
Magenta15.0%
Yellow0.0%
Key (black)92.2%
Color previews
#021114 text on a black background
contrast 1.09:1
Card sample
#021114 text on a white background
contrast 19.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021114;
Background color
Panel with #021114 background
background-color: #021114;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021114;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 17, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 17, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021114; background: linear-gradient(135deg, #021114, #020514);