#091517
a deep, soft cyan · cool · closest name: black
RGB
9, 21, 23
HSL
189°, 44%, 6%
CMYK
61, 9, 0, 91
Luminance
0.0066
Every format
| HEX | #091517 |
| RGB | rgb(9, 21, 23) |
| HSL | hsl(189, 44%, 6%) |
| CMYK | cmyk(61%, 9%, 0%, 91%) |
| LAB | lab(5.9 -3.6 -2.8) |
| LCH | lch(5.9 4.6 217.5) |
| OKLCH | oklch(0.185 0.018 209.1) |
Copy-ready code
/* CSS */
color: #091517;
background-color: #091517;
/* Tailwind (arbitrary) */
class="text-[#091517] bg-[#091517]"
/* SCSS */
$brand: #091517;
/* SwiftUI */
Color(red: 0.035, green: 0.082, blue: 0.090)
/* Android */
Color.parseColor("#091517")Accessibility — WCAG contrast
Aa
#091517 on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091517 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green8.2%
Blue9.0%
CMYK percentages
Cyan60.9%
Magenta8.7%
Yellow0.0%
Key (black)91.0%
Color previews
#091517 text on a black background
contrast 1.13:1
Card sample
#091517 text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091517;
Background color
Panel with #091517 background
background-color: #091517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 21, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 21, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091517; background: linear-gradient(135deg, #091517, #090C17);