#490721
a deep, electric magenta / pink · warm · closest name: black
RGB
73, 7, 33
HSL
336°, 83%, 16%
CMYK
0, 90, 55, 71
Luminance
0.0168
Every format
| HEX | #490721 |
| RGB | rgb(73, 7, 33) |
| HSL | hsl(336, 83%, 16%) |
| CMYK | cmyk(0%, 90%, 55%, 71%) |
| LAB | lab(13.7 31.7 2.2) |
| LCH | lch(13.7 31.8 4.0) |
| OKLCH | oklch(0.269 0.097 3.5) |
Copy-ready code
/* CSS */
color: #490721;
background-color: #490721;
/* Tailwind (arbitrary) */
class="text-[#490721] bg-[#490721]"
/* SCSS */
$brand: #490721;
/* SwiftUI */
Color(red: 0.286, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#490721")Accessibility — WCAG contrast
Aa
#490721 on white: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490721 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.4%
Yellow54.8%
Key (black)71.4%
Color previews
#490721 text on a black background
contrast 1.34:1
Card sample
#490721 text on a white background
contrast 15.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490721;
Background color
Panel with #490721 background
background-color: #490721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490721; background: linear-gradient(135deg, #490721, #491907);