#491f13
a deep, vivid red · warm · closest name: black
RGB
73, 31, 19
HSL
13°, 59%, 18%
CMYK
0, 58, 74, 71
Luminance
0.0244
Every format
| HEX | #491f13 |
| RGB | rgb(73, 31, 19) |
| HSL | hsl(13, 59%, 18%) |
| CMYK | cmyk(0%, 58%, 74%, 71%) |
| LAB | lab(17.7 18.9 17.4) |
| LCH | lch(17.7 25.7 42.6) |
| OKLCH | oklch(0.297 0.068 36.8) |
Copy-ready code
/* CSS */
color: #491f13;
background-color: #491f13;
/* Tailwind (arbitrary) */
class="text-[#491f13] bg-[#491f13]"
/* SCSS */
$brand: #491f13;
/* SwiftUI */
Color(red: 0.286, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#491f13")Accessibility — WCAG contrast
Aa
#491f13 on white: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491f13 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow74.0%
Key (black)71.4%
Color previews
#491f13 text on a black background
contrast 1.49:1
Card sample
#491f13 text on a white background
contrast 14.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491f13;
Background color
Panel with #491f13 background
background-color: #491f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491f13; background: linear-gradient(135deg, #491f13, #494313);