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