#200821
a deep, vivid magenta / pink · warm · closest name: black
RGB
32, 8, 33
HSL
298°, 61%, 8%
CMYK
3, 76, 0, 87
Luminance
0.0059
Every format
| HEX | #200821 |
| RGB | rgb(32, 8, 33) |
| HSL | hsl(298, 61%, 8%) |
| CMYK | cmyk(3%, 76%, 0%, 87%) |
| LAB | lab(5.3 16.0 -11.2) |
| LCH | lch(5.3 19.5 325.1) |
| OKLCH | oklch(0.188 0.058 326.0) |
Copy-ready code
/* CSS */
color: #200821;
background-color: #200821;
/* Tailwind (arbitrary) */
class="text-[#200821] bg-[#200821]"
/* SCSS */
$brand: #200821;
/* SwiftUI */
Color(red: 0.125, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#200821")Accessibility — WCAG contrast
Aa
#200821 on white: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200821 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green3.1%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta75.8%
Yellow0.0%
Key (black)87.1%
Color previews
#200821 text on a black background
contrast 1.12:1
Card sample
#200821 text on a white background
contrast 18.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200821;
Background color
Panel with #200821 background
background-color: #200821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200821; background: linear-gradient(135deg, #200821, #210811);