#170411
a deep, vivid magenta / pink · warm · closest name: black
RGB
23, 4, 17
HSL
319°, 70%, 5%
CMYK
0, 83, 26, 91
Luminance
0.0031
Every format
| HEX | #170411 |
| RGB | rgb(23, 4, 17) |
| HSL | hsl(319, 70%, 5%) |
| CMYK | cmyk(0%, 83%, 26%, 91%) |
| LAB | lab(2.8 8.3 -3.2) |
| LCH | lch(2.8 9.0 338.8) |
| OKLCH | oklch(0.151 0.044 340.6) |
Copy-ready code
/* CSS */
color: #170411;
background-color: #170411;
/* Tailwind (arbitrary) */
class="text-[#170411] bg-[#170411]"
/* SCSS */
$brand: #170411;
/* SwiftUI */
Color(red: 0.090, green: 0.016, blue: 0.067)
/* Android */
Color.parseColor("#170411")Accessibility — WCAG contrast
Aa
#170411 on white: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170411 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green1.6%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow26.1%
Key (black)91.0%
Color previews
#170411 text on a black background
contrast 1.06:1
Card sample
#170411 text on a white background
contrast 19.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170411;
Background color
Panel with #170411 background
background-color: #170411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 4, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 4, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170411; background: linear-gradient(135deg, #170411, #170404);