#111722
a deep, soft blue · cool · closest name: black
RGB
17, 23, 34
HSL
219°, 33%, 10%
CMYK
50, 32, 0, 87
Luminance
0.0085
Every format
| HEX | #111722 |
| RGB | rgb(17, 23, 34) |
| HSL | hsl(219, 33%, 10%) |
| CMYK | cmyk(50%, 32%, 0%, 87%) |
| LAB | lab(7.7 0.8 -8.5) |
| LCH | lch(7.7 8.6 275.7) |
| OKLCH | oklch(0.204 0.024 262.3) |
Copy-ready code
/* CSS */
color: #111722;
background-color: #111722;
/* Tailwind (arbitrary) */
class="text-[#111722] bg-[#111722]"
/* SCSS */
$brand: #111722;
/* SwiftUI */
Color(red: 0.067, green: 0.090, blue: 0.133)
/* Android */
Color.parseColor("#111722")Accessibility — WCAG contrast
Aa
#111722 on white: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111722 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green9.0%
Blue13.3%
CMYK percentages
Cyan50.0%
Magenta32.4%
Yellow0.0%
Key (black)86.7%
Color previews
#111722 text on a black background
contrast 1.17:1
Card sample
#111722 text on a white background
contrast 17.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111722;
Background color
Panel with #111722 background
background-color: #111722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 23, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 23, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111722; background: linear-gradient(135deg, #111722, #161122);