#200621
a deep, vivid magenta / pink · warm · closest name: black
RGB
32, 6, 33
HSL
298°, 69%, 8%
CMYK
3, 82, 0, 87
Luminance
0.0055
Every format
| HEX | #200621 |
| RGB | rgb(32, 6, 33) |
| HSL | hsl(298, 69%, 8%) |
| CMYK | cmyk(3%, 82%, 0%, 87%) |
| LAB | lab(4.9 16.9 -11.8) |
| LCH | lch(4.9 20.6 325.1) |
| OKLCH | oklch(0.184 0.063 326.3) |
Copy-ready code
/* CSS */
color: #200621;
background-color: #200621;
/* Tailwind (arbitrary) */
class="text-[#200621] bg-[#200621]"
/* SCSS */
$brand: #200621;
/* SwiftUI */
Color(red: 0.125, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#200621")Accessibility — WCAG contrast
Aa
#200621 on white: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200621 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green2.4%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta81.8%
Yellow0.0%
Key (black)87.1%
Color previews
#200621 text on a black background
contrast 1.11:1
Card sample
#200621 text on a white background
contrast 18.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200621;
Background color
Panel with #200621 background
background-color: #200621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200621; background: linear-gradient(135deg, #200621, #210610);