#021813
a deep, electric cyan · cool · closest name: black
RGB
2, 24, 19
HSL
166°, 85%, 5%
CMYK
92, 0, 21, 91
Luminance
0.0071
Every format
| HEX | #021813 |
| RGB | rgb(2, 24, 19) |
| HSL | hsl(166, 85%, 5%) |
| CMYK | cmyk(92%, 0%, 21%, 91%) |
| LAB | lab(6.4 -8.6 0.7) |
| LCH | lch(6.4 8.6 175.5) |
| OKLCH | oklch(0.189 0.032 176.5) |
Copy-ready code
/* CSS */
color: #021813;
background-color: #021813;
/* Tailwind (arbitrary) */
class="text-[#021813] bg-[#021813]"
/* SCSS */
$brand: #021813;
/* SwiftUI */
Color(red: 0.008, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#021813")Accessibility — WCAG contrast
Aa
#021813 on white: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021813 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green9.4%
Blue7.5%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow20.8%
Key (black)90.6%
Color previews
#021813 text on a black background
contrast 1.14:1
Card sample
#021813 text on a white background
contrast 18.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021813;
Background color
Panel with #021813 background
background-color: #021813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021813; background: linear-gradient(135deg, #021813, #020E18);