#201021
a deep, soft magenta / pink · warm · closest name: black
RGB
32, 16, 33
HSL
297°, 35%, 10%
CMYK
3, 52, 0, 87
Luminance
0.0079
Every format
| HEX | #201021 |
| RGB | rgb(32, 16, 33) |
| HSL | hsl(297, 35%, 10%) |
| CMYK | cmyk(3%, 52%, 0%, 87%) |
| LAB | lab(7.1 11.9 -8.5) |
| LCH | lch(7.1 14.6 324.6) |
| OKLCH | oklch(0.204 0.040 324.8) |
Copy-ready code
/* CSS */
color: #201021;
background-color: #201021;
/* Tailwind (arbitrary) */
class="text-[#201021] bg-[#201021]"
/* SCSS */
$brand: #201021;
/* SwiftUI */
Color(red: 0.125, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#201021")Accessibility — WCAG contrast
Aa
#201021 on white: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201021 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green6.3%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta51.5%
Yellow0.0%
Key (black)87.1%
Color previews
#201021 text on a black background
contrast 1.16:1
Card sample
#201021 text on a white background
contrast 18.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201021;
Background color
Panel with #201021 background
background-color: #201021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201021; background: linear-gradient(135deg, #201021, #211017);