#491949
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
73, 25, 73
HSL
300°, 49%, 19%
CMYK
0, 66, 0, 71
Luminance
0.0259
Every format
| HEX | #491949 |
| RGB | rgb(73, 25, 73) |
| HSL | hsl(300, 49%, 19%) |
| CMYK | cmyk(0%, 66%, 0%, 71%) |
| LAB | lab(18.3 30.1 -19.3) |
| LCH | lch(18.3 35.8 327.4) |
| OKLCH | oklch(0.309 0.099 327.7) |
Copy-ready code
/* CSS */
color: #491949;
background-color: #491949;
/* Tailwind (arbitrary) */
class="text-[#491949] bg-[#491949]"
/* SCSS */
$brand: #491949;
/* SwiftUI */
Color(red: 0.286, green: 0.098, blue: 0.286)
/* Android */
Color.parseColor("#491949")Accessibility — WCAG contrast
Aa
#491949 on white: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491949 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green9.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow0.0%
Key (black)71.4%
Color previews
#491949 text on a black background
contrast 1.52:1
Card sample
#491949 text on a white background
contrast 13.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491949;
Background color
Panel with #491949 background
background-color: #491949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 25, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 25, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491949; background: linear-gradient(135deg, #491949, #491929);