#091920
a deep, vivid cyan · cool · closest name: black
RGB
9, 25, 32
HSL
198°, 56%, 8%
CMYK
72, 22, 0, 88
Luminance
0.0086
Every format
| HEX | #091920 |
| RGB | rgb(9, 25, 32) |
| HSL | hsl(198, 56%, 8%) |
| CMYK | cmyk(72%, 22%, 0%, 88%) |
| LAB | lab(7.8 -3.9 -6.9) |
| LCH | lch(7.8 7.9 240.9) |
| OKLCH | oklch(0.203 0.026 228.4) |
Copy-ready code
/* CSS */
color: #091920;
background-color: #091920;
/* Tailwind (arbitrary) */
class="text-[#091920] bg-[#091920]"
/* SCSS */
$brand: #091920;
/* SwiftUI */
Color(red: 0.035, green: 0.098, blue: 0.125)
/* Android */
Color.parseColor("#091920")Accessibility — WCAG contrast
Aa
#091920 on white: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091920 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green9.8%
Blue12.5%
CMYK percentages
Cyan71.9%
Magenta21.9%
Yellow0.0%
Key (black)87.5%
Color previews
#091920 text on a black background
contrast 1.17:1
Card sample
#091920 text on a white background
contrast 17.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091920;
Background color
Panel with #091920 background
background-color: #091920;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091920;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 25, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 25, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091920; background: linear-gradient(135deg, #091920, #090A20);