#771908
a deep, electric red · warm · closest name: maroon
RGB
119, 25, 8
HSL
9°, 87%, 25%
CMYK
0, 79, 93, 53
Luminance
0.0463
Every format
| HEX | #771908 |
| RGB | rgb(119, 25, 8) |
| HSL | hsl(9, 87%, 25%) |
| CMYK | cmyk(0%, 79%, 93%, 53%) |
| LAB | lab(25.7 39.5 34.2) |
| LCH | lch(25.7 52.3 40.9) |
| OKLCH | oklch(0.374 0.131 32.4) |
Copy-ready code
/* CSS */
color: #771908;
background-color: #771908;
/* Tailwind (arbitrary) */
class="text-[#771908] bg-[#771908]"
/* SCSS */
$brand: #771908;
/* SwiftUI */
Color(red: 0.467, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#771908")Accessibility — WCAG contrast
Aa
#771908 on white: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771908 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow93.3%
Key (black)53.3%
Color previews
#771908 text on a black background
contrast 1.93:1
Card sample
#771908 text on a white background
contrast 10.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771908;
Background color
Panel with #771908 background
background-color: #771908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771908; background: linear-gradient(135deg, #771908, #776308);