#170f13
a deep, soft magenta / pink · warm · closest name: black
RGB
23, 15, 19
HSL
330°, 21%, 8%
CMYK
0, 35, 17, 91
Luminance
0.0057
Every format
| HEX | #170f13 |
| RGB | rgb(23, 15, 19) |
| HSL | hsl(330, 21%, 8%) |
| CMYK | cmyk(0%, 35%, 17%, 91%) |
| LAB | lab(5.2 4.1 -1.0) |
| LCH | lch(5.2 4.2 346.0) |
| OKLCH | oklch(0.181 0.015 347.3) |
Copy-ready code
/* CSS */
color: #170f13;
background-color: #170f13;
/* Tailwind (arbitrary) */
class="text-[#170f13] bg-[#170f13]"
/* SCSS */
$brand: #170f13;
/* SwiftUI */
Color(red: 0.090, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#170f13")Accessibility — WCAG contrast
Aa
#170f13 on white: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170f13 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow17.4%
Key (black)91.0%
Color previews
#170f13 text on a black background
contrast 1.11:1
Card sample
#170f13 text on a white background
contrast 18.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170f13;
Background color
Panel with #170f13 background
background-color: #170f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170f13; background: linear-gradient(135deg, #170f13, #17100F);