#77001a
a deep, electric red · warm · closest name: maroon
RGB
119, 0, 26
HSL
347°, 100%, 23%
CMYK
0, 100, 78, 53
Luminance
0.0400
Every format
| HEX | #77001a |
| RGB | rgb(119, 0, 26) |
| HSL | hsl(347, 100%, 23%) |
| CMYK | cmyk(0%, 100%, 78%, 53%) |
| LAB | lab(23.7 46.3 22.2) |
| LCH | lch(23.7 51.3 25.7) |
| OKLCH | oklch(0.360 0.145 20.2) |
Copy-ready code
/* CSS */
color: #77001a;
background-color: #77001a;
/* Tailwind (arbitrary) */
class="text-[#77001a] bg-[#77001a]"
/* SCSS */
$brand: #77001a;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.102)
/* Android */
Color.parseColor("#77001a")Accessibility — WCAG contrast
Aa
#77001a on white: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77001a on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow78.2%
Key (black)53.3%
Color previews
#77001a text on a black background
contrast 1.80:1
Card sample
#77001a text on a white background
contrast 11.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77001a;
Background color
Panel with #77001a background
background-color: #77001a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77001a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77001a; background: linear-gradient(135deg, #77001a, #773500);