#160913
a deep, soft magenta / pink · warm · closest name: black
RGB
22, 9, 19
HSL
314°, 42%, 6%
CMYK
0, 59, 14, 91
Luminance
0.0041
Every format
| HEX | #160913 |
| RGB | rgb(22, 9, 19) |
| HSL | hsl(314, 42%, 6%) |
| CMYK | cmyk(0%, 59%, 14%, 91%) |
| LAB | lab(3.7 6.3 -3.1) |
| LCH | lch(3.7 7.0 333.7) |
| OKLCH | oklch(0.164 0.029 335.8) |
Copy-ready code
/* CSS */
color: #160913;
background-color: #160913;
/* Tailwind (arbitrary) */
class="text-[#160913] bg-[#160913]"
/* SCSS */
$brand: #160913;
/* SwiftUI */
Color(red: 0.086, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#160913")Accessibility — WCAG contrast
Aa
#160913 on white: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160913 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow13.6%
Key (black)91.4%
Color previews
#160913 text on a black background
contrast 1.08:1
Card sample
#160913 text on a white background
contrast 19.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160913;
Background color
Panel with #160913 background
background-color: #160913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160913; background: linear-gradient(135deg, #160913, #16090A);