#490a21
a deep, electric magenta / pink · warm · closest name: black
RGB
73, 10, 33
HSL
338°, 76%, 16%
CMYK
0, 86, 55, 71
Luminance
0.0174
Every format
| HEX | #490a21 |
| RGB | rgb(73, 10, 33) |
| HSL | hsl(338, 76%, 16%) |
| CMYK | cmyk(0%, 86%, 55%, 71%) |
| LAB | lab(14.1 30.6 2.8) |
| LCH | lch(14.1 30.8 5.2) |
| OKLCH | oklch(0.272 0.094 4.5) |
Copy-ready code
/* CSS */
color: #490a21;
background-color: #490a21;
/* Tailwind (arbitrary) */
class="text-[#490a21] bg-[#490a21]"
/* SCSS */
$brand: #490a21;
/* SwiftUI */
Color(red: 0.286, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#490a21")Accessibility — WCAG contrast
Aa
#490a21 on white: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490a21 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow54.8%
Key (black)71.4%
Color previews
#490a21 text on a black background
contrast 1.35:1
Card sample
#490a21 text on a white background
contrast 15.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490a21;
Background color
Panel with #490a21 background
background-color: #490a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490a21; background: linear-gradient(135deg, #490a21, #491D0A);