#170b13
a deep, soft magenta / pink · warm · closest name: black
RGB
23, 11, 19
HSL
320°, 35%, 7%
CMYK
0, 52, 17, 91
Luminance
0.0047
Every format
| HEX | #170b13 |
| RGB | rgb(23, 11, 19) |
| HSL | hsl(320, 35%, 7%) |
| CMYK | cmyk(0%, 52%, 17%, 91%) |
| LAB | lab(4.2 6.0 -2.4) |
| LCH | lch(4.2 6.4 338.4) |
| OKLCH | oklch(0.171 0.026 340.1) |
Copy-ready code
/* CSS */
color: #170b13;
background-color: #170b13;
/* Tailwind (arbitrary) */
class="text-[#170b13] bg-[#170b13]"
/* SCSS */
$brand: #170b13;
/* SwiftUI */
Color(red: 0.090, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#170b13")Accessibility — WCAG contrast
Aa
#170b13 on white: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170b13 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow17.4%
Key (black)91.0%
Color previews
#170b13 text on a black background
contrast 1.09:1
Card sample
#170b13 text on a white background
contrast 19.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170b13;
Background color
Panel with #170b13 background
background-color: #170b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170b13; background: linear-gradient(135deg, #170b13, #170B0B);