#521021
a deep, vivid magenta / pink · warm · closest name: black
RGB
82, 16, 33
HSL
345°, 67%, 19%
CMYK
0, 81, 60, 68
Luminance
0.0227
Every format
| HEX | #521021 |
| RGB | rgb(82, 16, 33) |
| HSL | hsl(345, 67%, 19%) |
| CMYK | cmyk(0%, 81%, 60%, 68%) |
| LAB | lab(16.9 31.4 7.0) |
| LCH | lch(16.9 32.1 12.5) |
| OKLCH | oklch(0.296 0.097 10.5) |
Copy-ready code
/* CSS */
color: #521021;
background-color: #521021;
/* Tailwind (arbitrary) */
class="text-[#521021] bg-[#521021]"
/* SCSS */
$brand: #521021;
/* SwiftUI */
Color(red: 0.322, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#521021")Accessibility — WCAG contrast
Aa
#521021 on white: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521021 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow59.8%
Key (black)67.8%
Color previews
#521021 text on a black background
contrast 1.45:1
Card sample
#521021 text on a white background
contrast 14.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521021;
Background color
Panel with #521021 background
background-color: #521021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521021; background: linear-gradient(135deg, #521021, #522B10);