#490021
a deep, electric magenta / pink · warm · closest name: black
RGB
73, 0, 33
HSL
333°, 100%, 14%
CMYK
0, 100, 55, 71
Luminance
0.0153
Every format
| HEX | #490021 |
| RGB | rgb(73, 0, 33) |
| HSL | hsl(333, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 55%, 71%) |
| LAB | lab(12.8 34.4 0.9) |
| LCH | lch(12.8 34.4 1.5) |
| OKLCH | oklch(0.262 0.106 1.4) |
Copy-ready code
/* CSS */
color: #490021;
background-color: #490021;
/* Tailwind (arbitrary) */
class="text-[#490021] bg-[#490021]"
/* SCSS */
$brand: #490021;
/* SwiftUI */
Color(red: 0.286, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#490021")Accessibility — WCAG contrast
Aa
#490021 on white: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490021 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow54.8%
Key (black)71.4%
Color previews
#490021 text on a black background
contrast 1.31:1
Card sample
#490021 text on a white background
contrast 16.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490021;
Background color
Panel with #490021 background
background-color: #490021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490021; background: linear-gradient(135deg, #490021, #491000);