#200a21
a deep, vivid magenta / pink · warm · closest name: black
RGB
32, 10, 33
HSL
297°, 54%, 8%
CMYK
3, 70, 0, 87
Luminance
0.0063
Every format
| HEX | #200a21 |
| RGB | rgb(32, 10, 33) |
| HSL | hsl(297, 54%, 8%) |
| CMYK | cmyk(3%, 70%, 0%, 87%) |
| LAB | lab(5.7 15.1 -10.6) |
| LCH | lch(5.7 18.5 325.0) |
| OKLCH | oklch(0.192 0.054 325.8) |
Copy-ready code
/* CSS */
color: #200a21;
background-color: #200a21;
/* Tailwind (arbitrary) */
class="text-[#200a21] bg-[#200a21]"
/* SCSS */
$brand: #200a21;
/* SwiftUI */
Color(red: 0.125, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#200a21")Accessibility — WCAG contrast
Aa
#200a21 on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200a21 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green3.9%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta69.7%
Yellow0.0%
Key (black)87.1%
Color previews
#200a21 text on a black background
contrast 1.13:1
Card sample
#200a21 text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200a21;
Background color
Panel with #200a21 background
background-color: #200a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200a21; background: linear-gradient(135deg, #200a21, #210A13);