#490b13
a deep, vivid red · warm · closest name: maroon
RGB
73, 11, 19
HSL
352°, 74%, 17%
CMYK
0, 85, 74, 71
Luminance
0.0170
Every format
| HEX | #490b13 |
| RGB | rgb(73, 11, 19) |
| HSL | hsl(352, 74%, 17%) |
| CMYK | cmyk(0%, 85%, 74%, 71%) |
| LAB | lab(13.8 29.1 12.6) |
| LCH | lch(13.8 31.7 23.4) |
| OKLCH | oklch(0.269 0.091 19.3) |
Copy-ready code
/* CSS */
color: #490b13;
background-color: #490b13;
/* Tailwind (arbitrary) */
class="text-[#490b13] bg-[#490b13]"
/* SCSS */
$brand: #490b13;
/* SwiftUI */
Color(red: 0.286, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#490b13")Accessibility — WCAG contrast
Aa
#490b13 on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490b13 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow74.0%
Key (black)71.4%
Color previews
#490b13 text on a black background
contrast 1.34:1
Card sample
#490b13 text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490b13;
Background color
Panel with #490b13 background
background-color: #490b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490b13; background: linear-gradient(135deg, #490b13, #492C0B);