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