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