#021c19
a deep, electric cyan · cool · closest name: black
RGB
2, 28, 25
HSL
173°, 87%, 6%
CMYK
93, 0, 11, 89
Luminance
0.0091
Every format
| HEX | #021c19 |
| RGB | rgb(2, 28, 25) |
| HSL | hsl(173, 87%, 6%) |
| CMYK | cmyk(93%, 0%, 11%, 89%) |
| LAB | lab(8.3 -10.3 -0.9) |
| LCH | lch(8.3 10.4 185.2) |
| OKLCH | oklch(0.205 0.034 184.7) |
Copy-ready code
/* CSS */
color: #021c19;
background-color: #021c19;
/* Tailwind (arbitrary) */
class="text-[#021c19] bg-[#021c19]"
/* SCSS */
$brand: #021c19;
/* SwiftUI */
Color(red: 0.008, green: 0.110, blue: 0.098)
/* Android */
Color.parseColor("#021c19")Accessibility — WCAG contrast
Aa
#021c19 on white: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021c19 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green11.0%
Blue9.8%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow10.7%
Key (black)89.0%
Color previews
#021c19 text on a black background
contrast 1.18:1
Card sample
#021c19 text on a white background
contrast 17.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021c19;
Background color
Panel with #021c19 background
background-color: #021c19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021c19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 28, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 28, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021c19; background: linear-gradient(135deg, #021c19, #020E1C);