#771122
a dark, electric red · warm · closest name: maroon
RGB
119, 17, 34
HSL
350°, 75%, 27%
CMYK
0, 86, 71, 53
Luminance
0.0444
Every format
| HEX | #771122 |
| RGB | rgb(119, 17, 34) |
| HSL | hsl(350, 75%, 27%) |
| CMYK | cmyk(0%, 86%, 71%, 53%) |
| LAB | lab(25.1 43.0 18.6) |
| LCH | lch(25.1 46.8 23.3) |
| OKLCH | oklch(0.371 0.134 18.8) |
Copy-ready code
/* CSS */
color: #771122;
background-color: #771122;
/* Tailwind (arbitrary) */
class="text-[#771122] bg-[#771122]"
/* SCSS */
$brand: #771122;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#771122")Accessibility — WCAG contrast
Aa
#771122 on white: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771122 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow71.4%
Key (black)53.3%
Color previews
#771122 text on a black background
contrast 1.89:1
Card sample
#771122 text on a white background
contrast 11.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771122;
Background color
Panel with #771122 background
background-color: #771122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771122; background: linear-gradient(135deg, #771122, #774411);