#032221
a deep, electric cyan · cool · closest name: black
RGB
3, 34, 33
HSL
178°, 84%, 7%
CMYK
91, 0, 3, 87
Luminance
0.0127
Every format
| HEX | #032221 |
| RGB | rgb(3, 34, 33) |
| HSL | hsl(178, 84%, 7%) |
| CMYK | cmyk(91%, 0%, 3%, 87%) |
| LAB | lab(11.1 -11.6 -2.7) |
| LCH | lch(11.1 11.9 193.0) |
| OKLCH | oklch(0.229 0.036 191.9) |
Copy-ready code
/* CSS */
color: #032221;
background-color: #032221;
/* Tailwind (arbitrary) */
class="text-[#032221] bg-[#032221]"
/* SCSS */
$brand: #032221;
/* SwiftUI */
Color(red: 0.012, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#032221")Accessibility — WCAG contrast
Aa
#032221 on white: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032221 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green13.3%
Blue12.9%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow2.9%
Key (black)86.7%
Color previews
#032221 text on a black background
contrast 1.25:1
Card sample
#032221 text on a white background
contrast 16.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032221;
Background color
Panel with #032221 background
background-color: #032221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032221; background: linear-gradient(135deg, #032221, #030E22);