#771f13
a dark, vivid red · warm · closest name: maroon
RGB
119, 31, 19
HSL
7°, 73%, 27%
CMYK
0, 74, 84, 53
Luminance
0.0495
Every format
| HEX | #771f13 |
| RGB | rgb(119, 31, 19) |
| HSL | hsl(7, 73%, 27%) |
| CMYK | cmyk(0%, 74%, 84%, 53%) |
| LAB | lab(26.6 37.5 29.7) |
| LCH | lch(26.6 47.8 38.4) |
| OKLCH | oklch(0.382 0.124 31.0) |
Copy-ready code
/* CSS */
color: #771f13;
background-color: #771f13;
/* Tailwind (arbitrary) */
class="text-[#771f13] bg-[#771f13]"
/* SCSS */
$brand: #771f13;
/* SwiftUI */
Color(red: 0.467, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#771f13")Accessibility — WCAG contrast
Aa
#771f13 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771f13 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow84.0%
Key (black)53.3%
Color previews
#771f13 text on a black background
contrast 1.99:1
Card sample
#771f13 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771f13;
Background color
Panel with #771f13 background
background-color: #771f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771f13; background: linear-gradient(135deg, #771f13, #776213);