#200213
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 2, 19
HSL
326°, 88%, 7%
CMYK
0, 94, 41, 88
Luminance
0.0040
Every format
| HEX | #200213 |
| RGB | rgb(32, 2, 19) |
| HSL | hsl(326, 88%, 7%) |
| CMYK | cmyk(0%, 94%, 41%, 88%) |
| LAB | lab(3.6 14.6 -3.2) |
| LCH | lch(3.6 15.0 347.8) |
| OKLCH | oklch(0.167 0.061 348.4) |
Copy-ready code
/* CSS */
color: #200213;
background-color: #200213;
/* Tailwind (arbitrary) */
class="text-[#200213] bg-[#200213]"
/* SCSS */
$brand: #200213;
/* SwiftUI */
Color(red: 0.125, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#200213")Accessibility — WCAG contrast
Aa
#200213 on white: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200213 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow40.6%
Key (black)87.5%
Color previews
#200213 text on a black background
contrast 1.08:1
Card sample
#200213 text on a white background
contrast 19.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200213;
Background color
Panel with #200213 background
background-color: #200213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200213; background: linear-gradient(135deg, #200213, #200502);