#170417
a deep, vivid magenta / pink · warm · closest name: black
RGB
23, 4, 23
HSL
300°, 70%, 5%
CMYK
0, 83, 0, 91
Luminance
0.0033
Every format
| HEX | #170417 |
| RGB | rgb(23, 4, 23) |
| HSL | hsl(300, 70%, 5%) |
| CMYK | cmyk(0%, 83%, 0%, 91%) |
| LAB | lab(3.0 9.7 -6.9) |
| LCH | lch(3.0 11.9 324.4) |
| OKLCH | oklch(0.155 0.051 327.7) |
Copy-ready code
/* CSS */
color: #170417;
background-color: #170417;
/* Tailwind (arbitrary) */
class="text-[#170417] bg-[#170417]"
/* SCSS */
$brand: #170417;
/* SwiftUI */
Color(red: 0.090, green: 0.016, blue: 0.090)
/* Android */
Color.parseColor("#170417")Accessibility — WCAG contrast
Aa
#170417 on white: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170417 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green1.6%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow0.0%
Key (black)91.0%
Color previews
#170417 text on a black background
contrast 1.07:1
Card sample
#170417 text on a white background
contrast 19.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170417;
Background color
Panel with #170417 background
background-color: #170417;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170417;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 4, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 4, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170417; background: linear-gradient(135deg, #170417, #17040A);