#220821
a deep, vivid magenta / pink · warm · closest name: black
RGB
34, 8, 33
HSL
302°, 62%, 8%
CMYK
0, 77, 3, 87
Luminance
0.0062
Every format
| HEX | #220821 |
| RGB | rgb(34, 8, 33) |
| HSL | hsl(302, 62%, 8%) |
| CMYK | cmyk(0%, 77%, 3%, 87%) |
| LAB | lab(5.6 17.1 -10.7) |
| LCH | lch(5.6 20.1 327.9) |
| OKLCH | oklch(0.192 0.060 329.1) |
Copy-ready code
/* CSS */
color: #220821;
background-color: #220821;
/* Tailwind (arbitrary) */
class="text-[#220821] bg-[#220821]"
/* SCSS */
$brand: #220821;
/* SwiftUI */
Color(red: 0.133, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#220821")Accessibility — WCAG contrast
Aa
#220821 on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220821 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow2.9%
Key (black)86.7%
Color previews
#220821 text on a black background
contrast 1.12:1
Card sample
#220821 text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220821;
Background color
Panel with #220821 background
background-color: #220821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220821; background: linear-gradient(135deg, #220821, #220810);