#072221
a deep, vivid cyan · cool · closest name: black
RGB
7, 34, 33
HSL
178°, 66%, 8%
CMYK
79, 0, 3, 87
Luminance
0.0130
Every format
| HEX | #072221 |
| RGB | rgb(7, 34, 33) |
| HSL | hsl(178, 66%, 8%) |
| CMYK | cmyk(79%, 0%, 3%, 87%) |
| LAB | lab(11.3 -10.4 -2.4) |
| LCH | lch(11.3 10.7 192.8) |
| OKLCH | oklch(0.231 0.033 191.7) |
Copy-ready code
/* CSS */
color: #072221;
background-color: #072221;
/* Tailwind (arbitrary) */
class="text-[#072221] bg-[#072221]"
/* SCSS */
$brand: #072221;
/* SwiftUI */
Color(red: 0.027, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#072221")Accessibility — WCAG contrast
Aa
#072221 on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072221 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green13.3%
Blue12.9%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow2.9%
Key (black)86.7%
Color previews
#072221 text on a black background
contrast 1.26:1
Card sample
#072221 text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072221;
Background color
Panel with #072221 background
background-color: #072221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072221; background: linear-gradient(135deg, #072221, #071122);