#160f13
a deep, soft magenta / pink · warm · closest name: black
RGB
22, 15, 19
HSL
326°, 19%, 7%
CMYK
0, 32, 14, 91
Luminance
0.0056
Every format
| HEX | #160f13 |
| RGB | rgb(22, 15, 19) |
| HSL | hsl(326, 19%, 7%) |
| CMYK | cmyk(0%, 32%, 14%, 91%) |
| LAB | lab(5.0 3.6 -1.2) |
| LCH | lch(5.0 3.8 341.8) |
| OKLCH | oklch(0.179 0.014 343.4) |
Copy-ready code
/* CSS */
color: #160f13;
background-color: #160f13;
/* Tailwind (arbitrary) */
class="text-[#160f13] bg-[#160f13]"
/* SCSS */
$brand: #160f13;
/* SwiftUI */
Color(red: 0.086, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#160f13")Accessibility — WCAG contrast
Aa
#160f13 on white: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160f13 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow13.6%
Key (black)91.4%
Color previews
#160f13 text on a black background
contrast 1.11:1
Card sample
#160f13 text on a white background
contrast 18.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160f13;
Background color
Panel with #160f13 background
background-color: #160f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160f13; background: linear-gradient(135deg, #160f13, #16100F);