#490913
a deep, electric red · warm · closest name: maroon
RGB
73, 9, 19
HSL
351°, 78%, 16%
CMYK
0, 88, 74, 71
Luminance
0.0166
Every format
| HEX | #490913 |
| RGB | rgb(73, 9, 19) |
| HSL | hsl(351, 78%, 16%) |
| CMYK | cmyk(0%, 88%, 74%, 71%) |
| LAB | lab(13.6 29.8 12.3) |
| LCH | lch(13.6 32.3 22.4) |
| OKLCH | oklch(0.267 0.093 18.4) |
Copy-ready code
/* CSS */
color: #490913;
background-color: #490913;
/* Tailwind (arbitrary) */
class="text-[#490913] bg-[#490913]"
/* SCSS */
$brand: #490913;
/* SwiftUI */
Color(red: 0.286, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#490913")Accessibility — WCAG contrast
Aa
#490913 on white: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490913 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow74.0%
Key (black)71.4%
Color previews
#490913 text on a black background
contrast 1.33:1
Card sample
#490913 text on a white background
contrast 15.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490913;
Background color
Panel with #490913 background
background-color: #490913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490913; background: linear-gradient(135deg, #490913, #492A09);