#501f13
a deep, vivid red · warm · closest name: sienna
RGB
80, 31, 19
HSL
12°, 62%, 19%
CMYK
0, 61, 76, 69
Luminance
0.0273
Every format
| HEX | #501f13 |
| RGB | rgb(80, 31, 19) |
| HSL | hsl(12, 62%, 19%) |
| CMYK | cmyk(0%, 61%, 76%, 69%) |
| LAB | lab(18.9 22.1 19.3) |
| LCH | lch(18.9 29.3 41.1) |
| OKLCH | oklch(0.310 0.077 35.0) |
Copy-ready code
/* CSS */
color: #501f13;
background-color: #501f13;
/* Tailwind (arbitrary) */
class="text-[#501f13] bg-[#501f13]"
/* SCSS */
$brand: #501f13;
/* SwiftUI */
Color(red: 0.314, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#501f13")Accessibility — WCAG contrast
Aa
#501f13 on white: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501f13 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow76.3%
Key (black)68.6%
Color previews
#501f13 text on a black background
contrast 1.55:1
Card sample
#501f13 text on a white background
contrast 13.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501f13;
Background color
Panel with #501f13 background
background-color: #501f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501f13; background: linear-gradient(135deg, #501f13, #504813);