#490c13
a deep, vivid red · warm · closest name: maroon
RGB
73, 12, 19
HSL
353°, 72%, 17%
CMYK
0, 84, 74, 71
Luminance
0.0173
Every format
| HEX | #490c13 |
| RGB | rgb(73, 12, 19) |
| HSL | hsl(353, 72%, 17%) |
| CMYK | cmyk(0%, 84%, 74%, 71%) |
| LAB | lab(14.0 28.7 12.8) |
| LCH | lch(14.0 31.4 24.0) |
| OKLCH | oklch(0.270 0.090 19.8) |
Copy-ready code
/* CSS */
color: #490c13;
background-color: #490c13;
/* Tailwind (arbitrary) */
class="text-[#490c13] bg-[#490c13]"
/* SCSS */
$brand: #490c13;
/* SwiftUI */
Color(red: 0.286, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#490c13")Accessibility — WCAG contrast
Aa
#490c13 on white: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490c13 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow74.0%
Key (black)71.4%
Color previews
#490c13 text on a black background
contrast 1.35:1
Card sample
#490c13 text on a white background
contrast 15.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490c13;
Background color
Panel with #490c13 background
background-color: #490c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490c13; background: linear-gradient(135deg, #490c13, #492E0C);