#022321
a deep, electric cyan · cool · closest name: black
RGB
2, 35, 33
HSL
176°, 89%, 7%
CMYK
94, 0, 6, 86
Luminance
0.0132
Every format
| HEX | #022321 |
| RGB | rgb(2, 35, 33) |
| HSL | hsl(176, 89%, 7%) |
| CMYK | cmyk(94%, 0%, 6%, 86%) |
| LAB | lab(11.4 -12.5 -2.1) |
| LCH | lch(11.4 12.7 189.7) |
| OKLCH | oklch(0.232 0.038 189.1) |
Copy-ready code
/* CSS */
color: #022321;
background-color: #022321;
/* Tailwind (arbitrary) */
class="text-[#022321] bg-[#022321]"
/* SCSS */
$brand: #022321;
/* SwiftUI */
Color(red: 0.008, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#022321")Accessibility — WCAG contrast
Aa
#022321 on white: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022321 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green13.7%
Blue12.9%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow5.7%
Key (black)86.3%
Color previews
#022321 text on a black background
contrast 1.26:1
Card sample
#022321 text on a white background
contrast 16.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022321;
Background color
Panel with #022321 background
background-color: #022321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022321; background: linear-gradient(135deg, #022321, #020F23);