#77112b
a dark, electric magenta / pink · warm · closest name: maroon
RGB
119, 17, 43
HSL
345°, 75%, 27%
CMYK
0, 86, 64, 53
Luminance
0.0450
Every format
| HEX | #77112b |
| RGB | rgb(119, 17, 43) |
| HSL | hsl(345, 75%, 27%) |
| CMYK | cmyk(0%, 86%, 64%, 53%) |
| LAB | lab(25.3 43.5 12.7) |
| LCH | lch(25.3 45.3 16.2) |
| OKLCH | oklch(0.373 0.135 13.3) |
Copy-ready code
/* CSS */
color: #77112b;
background-color: #77112b;
/* Tailwind (arbitrary) */
class="text-[#77112b] bg-[#77112b]"
/* SCSS */
$brand: #77112b;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#77112b")Accessibility — WCAG contrast
Aa
#77112b on white: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77112b on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow63.9%
Key (black)53.3%
Color previews
#77112b text on a black background
contrast 1.90:1
Card sample
#77112b text on a white background
contrast 11.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77112b;
Background color
Panel with #77112b background
background-color: #77112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77112b; background: linear-gradient(135deg, #77112b, #773B11);