#200416
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 4, 22
HSL
321°, 78%, 7%
CMYK
0, 88, 31, 88
Luminance
0.0045
Every format
| HEX | #200416 |
| RGB | rgb(32, 4, 22) |
| HSL | hsl(321, 78%, 7%) |
| CMYK | cmyk(0%, 88%, 31%, 88%) |
| LAB | lab(4.1 14.5 -4.5) |
| LCH | lch(4.1 15.2 342.9) |
| OKLCH | oklch(0.173 0.058 344.1) |
Copy-ready code
/* CSS */
color: #200416;
background-color: #200416;
/* Tailwind (arbitrary) */
class="text-[#200416] bg-[#200416]"
/* SCSS */
$brand: #200416;
/* SwiftUI */
Color(red: 0.125, green: 0.016, blue: 0.086)
/* Android */
Color.parseColor("#200416")Accessibility — WCAG contrast
Aa
#200416 on white: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200416 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.6%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow31.2%
Key (black)87.5%
Color previews
#200416 text on a black background
contrast 1.09:1
Card sample
#200416 text on a white background
contrast 19.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200416;
Background color
Panel with #200416 background
background-color: #200416;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200416;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 4, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 4, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200416; background: linear-gradient(135deg, #200416, #200504);