#200017
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 0, 23
HSL
317°, 100%, 6%
CMYK
0, 100, 28, 88
Luminance
0.0037
Every format
| HEX | #200017 |
| RGB | rgb(32, 0, 23) |
| HSL | hsl(317, 100%, 6%) |
| CMYK | cmyk(0%, 100%, 28%, 88%) |
| LAB | lab(3.3 16.4 -6.3) |
| LCH | lch(3.3 17.5 339.0) |
| OKLCH | oklch(0.164 0.071 340.8) |
Copy-ready code
/* CSS */
color: #200017;
background-color: #200017;
/* Tailwind (arbitrary) */
class="text-[#200017] bg-[#200017]"
/* SCSS */
$brand: #200017;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.090)
/* Android */
Color.parseColor("#200017")Accessibility — WCAG contrast
Aa
#200017 on white: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200017 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow28.1%
Key (black)87.5%
Color previews
#200017 text on a black background
contrast 1.07:1
Card sample
#200017 text on a white background
contrast 19.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200017;
Background color
Panel with #200017 background
background-color: #200017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200017; background: linear-gradient(135deg, #200017, #200002);