#490521
a deep, electric magenta / pink · warm · closest name: black
RGB
73, 5, 33
HSL
335°, 87%, 15%
CMYK
0, 93, 55, 71
Luminance
0.0163
Every format
| HEX | #490521 |
| RGB | rgb(73, 5, 33) |
| HSL | hsl(335, 87%, 15%) |
| CMYK | cmyk(0%, 93%, 55%, 71%) |
| LAB | lab(13.4 32.4 1.9) |
| LCH | lch(13.4 32.5 3.3) |
| OKLCH | oklch(0.267 0.100 2.9) |
Copy-ready code
/* CSS */
color: #490521;
background-color: #490521;
/* Tailwind (arbitrary) */
class="text-[#490521] bg-[#490521]"
/* SCSS */
$brand: #490521;
/* SwiftUI */
Color(red: 0.286, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#490521")Accessibility — WCAG contrast
Aa
#490521 on white: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490521 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow54.8%
Key (black)71.4%
Color previews
#490521 text on a black background
contrast 1.33:1
Card sample
#490521 text on a white background
contrast 15.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490521;
Background color
Panel with #490521 background
background-color: #490521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490521; background: linear-gradient(135deg, #490521, #491605);