#091321
a deep, vivid blue · cool · closest name: black
RGB
9, 19, 33
HSL
215°, 57%, 8%
CMYK
73, 42, 0, 87
Luminance
0.0063
Every format
| HEX | #091321 |
| RGB | rgb(9, 19, 33) |
| HSL | hsl(215, 57%, 8%) |
| CMYK | cmyk(73%, 42%, 0%, 87%) |
| LAB | lab(5.7 0.7 -10.8) |
| LCH | lch(5.7 10.8 273.9) |
| OKLCH | oklch(0.185 0.033 256.9) |
Copy-ready code
/* CSS */
color: #091321;
background-color: #091321;
/* Tailwind (arbitrary) */
class="text-[#091321] bg-[#091321]"
/* SCSS */
$brand: #091321;
/* SwiftUI */
Color(red: 0.035, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#091321")Accessibility — WCAG contrast
Aa
#091321 on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091321 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green7.5%
Blue12.9%
CMYK percentages
Cyan72.7%
Magenta42.4%
Yellow0.0%
Key (black)87.1%
Color previews
#091321 text on a black background
contrast 1.13:1
Card sample
#091321 text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091321;
Background color
Panel with #091321 background
background-color: #091321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091321; background: linear-gradient(135deg, #091321, #0F0921);