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