#490821
a deep, electric magenta / pink · warm · closest name: black
RGB
73, 8, 33
HSL
337°, 80%, 16%
CMYK
0, 89, 55, 71
Luminance
0.0170
Every format
| HEX | #490821 |
| RGB | rgb(73, 8, 33) |
| HSL | hsl(337, 80%, 16%) |
| CMYK | cmyk(0%, 89%, 55%, 71%) |
| LAB | lab(13.8 31.3 2.4) |
| LCH | lch(13.8 31.4 4.4) |
| OKLCH | oklch(0.270 0.096 3.9) |
Copy-ready code
/* CSS */
color: #490821;
background-color: #490821;
/* Tailwind (arbitrary) */
class="text-[#490821] bg-[#490821]"
/* SCSS */
$brand: #490821;
/* SwiftUI */
Color(red: 0.286, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#490821")Accessibility — WCAG contrast
Aa
#490821 on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490821 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow54.8%
Key (black)71.4%
Color previews
#490821 text on a black background
contrast 1.34:1
Card sample
#490821 text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490821;
Background color
Panel with #490821 background
background-color: #490821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490821; background: linear-gradient(135deg, #490821, #491A08);