#220521
a deep, vivid magenta / pink · warm · closest name: black
RGB
34, 5, 33
HSL
302°, 74%, 8%
CMYK
0, 85, 3, 87
Luminance
0.0056
Every format
| HEX | #220521 |
| RGB | rgb(34, 5, 33) |
| HSL | hsl(302, 74%, 8%) |
| CMYK | cmyk(0%, 85%, 3%, 87%) |
| LAB | lab(5.0 18.4 -11.6) |
| LCH | lch(5.0 21.8 327.8) |
| OKLCH | oklch(0.186 0.067 329.3) |
Copy-ready code
/* CSS */
color: #220521;
background-color: #220521;
/* Tailwind (arbitrary) */
class="text-[#220521] bg-[#220521]"
/* SCSS */
$brand: #220521;
/* SwiftUI */
Color(red: 0.133, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#220521")Accessibility — WCAG contrast
Aa
#220521 on white: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220521 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.3%
Yellow2.9%
Key (black)86.7%
Color previews
#220521 text on a black background
contrast 1.11:1
Card sample
#220521 text on a white background
contrast 18.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220521;
Background color
Panel with #220521 background
background-color: #220521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220521; background: linear-gradient(135deg, #220521, #22050E);