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