#170817
a deep, vivid magenta / pink · warm · closest name: black
RGB
23, 8, 23
HSL
300°, 48%, 6%
CMYK
0, 65, 0, 91
Luminance
0.0042
Every format
| HEX | #170817 |
| RGB | rgb(23, 8, 23) |
| HSL | hsl(300, 48%, 6%) |
| CMYK | cmyk(0%, 65%, 0%, 91%) |
| LAB | lab(3.8 8.1 -5.8) |
| LCH | lch(3.8 10.0 324.4) |
| OKLCH | oklch(0.166 0.038 327.1) |
Copy-ready code
/* CSS */
color: #170817;
background-color: #170817;
/* Tailwind (arbitrary) */
class="text-[#170817] bg-[#170817]"
/* SCSS */
$brand: #170817;
/* SwiftUI */
Color(red: 0.090, green: 0.031, blue: 0.090)
/* Android */
Color.parseColor("#170817")Accessibility — WCAG contrast
Aa
#170817 on white: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170817 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green3.1%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow0.0%
Key (black)91.0%
Color previews
#170817 text on a black background
contrast 1.08:1
Card sample
#170817 text on a white background
contrast 19.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170817;
Background color
Panel with #170817 background
background-color: #170817;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170817;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 8, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 8, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170817; background: linear-gradient(135deg, #170817, #17080D);