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