#771c01
a deep, electric red · warm · closest name: maroon
RGB
119, 28, 1
HSL
14°, 98%, 24%
CMYK
0, 77, 99, 53
Luminance
0.0475
Every format
| HEX | #771c01 |
| RGB | rgb(119, 28, 1) |
| HSL | hsl(14, 98%, 24%) |
| CMYK | cmyk(0%, 77%, 99%, 53%) |
| LAB | lab(26.0 38.2 37.4) |
| LCH | lch(26.0 53.5 44.3) |
| OKLCH | oklch(0.377 0.130 35.5) |
Copy-ready code
/* CSS */
color: #771c01;
background-color: #771c01;
/* Tailwind (arbitrary) */
class="text-[#771c01] bg-[#771c01]"
/* SCSS */
$brand: #771c01;
/* SwiftUI */
Color(red: 0.467, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#771c01")Accessibility — WCAG contrast
Aa
#771c01 on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771c01 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow99.2%
Key (black)53.3%
Color previews
#771c01 text on a black background
contrast 1.95:1
Card sample
#771c01 text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771c01;
Background color
Panel with #771c01 background
background-color: #771c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771c01; background: linear-gradient(135deg, #771c01, #776A01);