#170213
a deep, electric magenta / pink · warm · closest name: black
RGB
23, 2, 19
HSL
311°, 84%, 5%
CMYK
0, 91, 17, 91
Luminance
0.0027
Every format
| HEX | #170213 |
| RGB | rgb(23, 2, 19) |
| HSL | hsl(311, 84%, 5%) |
| CMYK | cmyk(0%, 91%, 17%, 91%) |
| LAB | lab(2.5 9.6 -5.0) |
| LCH | lch(2.5 10.8 332.6) |
| OKLCH | oklch(0.147 0.054 335.3) |
Copy-ready code
/* CSS */
color: #170213;
background-color: #170213;
/* Tailwind (arbitrary) */
class="text-[#170213] bg-[#170213]"
/* SCSS */
$brand: #170213;
/* SwiftUI */
Color(red: 0.090, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#170213")Accessibility — WCAG contrast
Aa
#170213 on white: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170213 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow17.4%
Key (black)91.0%
Color previews
#170213 text on a black background
contrast 1.05:1
Card sample
#170213 text on a white background
contrast 19.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170213;
Background color
Panel with #170213 background
background-color: #170213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170213; background: linear-gradient(135deg, #170213, #170205);