#200220
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 2, 32
HSL
300°, 88%, 7%
CMYK
0, 94, 0, 88
Luminance
0.0045
Every format
| HEX | #200220 |
| RGB | rgb(32, 2, 32) |
| HSL | hsl(300, 88%, 7%) |
| CMYK | cmyk(0%, 94%, 0%, 88%) |
| LAB | lab(4.1 18.2 -12.3) |
| LCH | lch(4.1 22.0 326.1) |
| OKLCH | oklch(0.175 0.073 328.1) |
Copy-ready code
/* CSS */
color: #200220;
background-color: #200220;
/* Tailwind (arbitrary) */
class="text-[#200220] bg-[#200220]"
/* SCSS */
$brand: #200220;
/* SwiftUI */
Color(red: 0.125, green: 0.008, blue: 0.125)
/* Android */
Color.parseColor("#200220")Accessibility — WCAG contrast
Aa
#200220 on white: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200220 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.8%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow0.0%
Key (black)87.5%
Color previews
#200220 text on a black background
contrast 1.09:1
Card sample
#200220 text on a white background
contrast 19.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200220;
Background color
Panel with #200220 background
background-color: #200220;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200220;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 2, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 2, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200220; background: linear-gradient(135deg, #200220, #20020C);