#791f13
a dark, vivid red · warm · closest name: maroon
RGB
121, 31, 19
HSL
7°, 73%, 28%
CMYK
0, 74, 84, 53
Luminance
0.0509
Every format
| HEX | #791f13 |
| RGB | rgb(121, 31, 19) |
| HSL | hsl(7, 73%, 28%) |
| CMYK | cmyk(0%, 74%, 84%, 53%) |
| LAB | lab(27.0 38.2 30.2) |
| LCH | lch(27.0 48.7 38.4) |
| OKLCH | oklch(0.385 0.126 30.9) |
Copy-ready code
/* CSS */
color: #791f13;
background-color: #791f13;
/* Tailwind (arbitrary) */
class="text-[#791f13] bg-[#791f13]"
/* SCSS */
$brand: #791f13;
/* SwiftUI */
Color(red: 0.475, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#791f13")Accessibility — WCAG contrast
Aa
#791f13 on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#791f13 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow84.3%
Key (black)52.5%
Color previews
#791f13 text on a black background
contrast 2.02:1
Card sample
#791f13 text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791f13;
Background color
Panel with #791f13 background
background-color: #791f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791f13; background: linear-gradient(135deg, #791f13, #796313);