#771a00
a deep, electric red · warm · closest name: maroon
RGB
119, 26, 0
HSL
13°, 100%, 23%
CMYK
0, 78, 100, 53
Luminance
0.0466
Every format
| HEX | #771a00 |
| RGB | rgb(119, 26, 0) |
| HSL | hsl(13, 100%, 23%) |
| CMYK | cmyk(0%, 78%, 100%, 53%) |
| LAB | lab(25.8 39.0 37.5) |
| LCH | lch(25.8 54.1 43.9) |
| OKLCH | oklch(0.375 0.131 35.0) |
Copy-ready code
/* CSS */
color: #771a00;
background-color: #771a00;
/* Tailwind (arbitrary) */
class="text-[#771a00] bg-[#771a00]"
/* SCSS */
$brand: #771a00;
/* SwiftUI */
Color(red: 0.467, green: 0.102, blue: 0.000)
/* Android */
Color.parseColor("#771a00")Accessibility — WCAG contrast
Aa
#771a00 on white: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771a00 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green10.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow100.0%
Key (black)53.3%
Color previews
#771a00 text on a black background
contrast 1.93:1
Card sample
#771a00 text on a white background
contrast 10.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771a00;
Background color
Panel with #771a00 background
background-color: #771a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 26, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 26, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771a00; background: linear-gradient(135deg, #771a00, #776900);