#16111b
a deep, soft violet · warm · closest name: black
RGB
22, 17, 27
HSL
270°, 23%, 9%
CMYK
19, 37, 0, 89
Luminance
0.0065
Every format
| HEX | #16111b |
| RGB | rgb(22, 17, 27) |
| HSL | hsl(270, 23%, 9%) |
| CMYK | cmyk(19%, 37%, 0%, 89%) |
| LAB | lab(5.9 4.5 -5.8) |
| LCH | lch(5.9 7.4 307.9) |
| OKLCH | oklch(0.189 0.021 307.2) |
Copy-ready code
/* CSS */
color: #16111b;
background-color: #16111b;
/* Tailwind (arbitrary) */
class="text-[#16111b] bg-[#16111b]"
/* SCSS */
$brand: #16111b;
/* SwiftUI */
Color(red: 0.086, green: 0.067, blue: 0.106)
/* Android */
Color.parseColor("#16111b")Accessibility — WCAG contrast
Aa
#16111b on white: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16111b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green6.7%
Blue10.6%
CMYK percentages
Cyan18.5%
Magenta37.0%
Yellow0.0%
Key (black)89.4%
Color previews
#16111b text on a black background
contrast 1.13:1
Card sample
#16111b text on a white background
contrast 18.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16111b;
Background color
Panel with #16111b background
background-color: #16111b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16111b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 17, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 17, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16111b; background: linear-gradient(135deg, #16111b, #1B1119);