#770811
a deep, electric red · warm · closest name: maroon
RGB
119, 8, 17
HSL
355°, 87%, 25%
CMYK
0, 93, 86, 53
Luminance
0.0414
Every format
| HEX | #770811 |
| RGB | rgb(119, 8, 17) |
| HSL | hsl(355, 87%, 25%) |
| CMYK | cmyk(0%, 93%, 86%, 53%) |
| LAB | lab(24.1 44.3 28.4) |
| LCH | lch(24.1 52.7 32.7) |
| OKLCH | oklch(0.363 0.141 25.4) |
Copy-ready code
/* CSS */
color: #770811;
background-color: #770811;
/* Tailwind (arbitrary) */
class="text-[#770811] bg-[#770811]"
/* SCSS */
$brand: #770811;
/* SwiftUI */
Color(red: 0.467, green: 0.031, blue: 0.067)
/* Android */
Color.parseColor("#770811")Accessibility — WCAG contrast
Aa
#770811 on white: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770811 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green3.1%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow85.7%
Key (black)53.3%
Color previews
#770811 text on a black background
contrast 1.83:1
Card sample
#770811 text on a white background
contrast 11.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770811;
Background color
Panel with #770811 background
background-color: #770811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 8, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 8, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770811; background: linear-gradient(135deg, #770811, #774908);