#76112b
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
118, 17, 43
HSL
345°, 75%, 27%
CMYK
0, 86, 64, 54
Luminance
0.0443
Every format
| HEX | #76112b |
| RGB | rgb(118, 17, 43) |
| HSL | hsl(345, 75%, 27%) |
| CMYK | cmyk(0%, 86%, 64%, 54%) |
| LAB | lab(25.0 43.2 12.3) |
| LCH | lch(25.0 45.0 15.9) |
| OKLCH | oklch(0.371 0.134 13.1) |
Copy-ready code
/* CSS */
color: #76112b;
background-color: #76112b;
/* Tailwind (arbitrary) */
class="text-[#76112b] bg-[#76112b]"
/* SCSS */
$brand: #76112b;
/* SwiftUI */
Color(red: 0.463, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#76112b")Accessibility — WCAG contrast
Aa
#76112b on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#76112b on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow63.6%
Key (black)53.7%
Color previews
#76112b text on a black background
contrast 1.89:1
Card sample
#76112b text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76112b;
Background color
Panel with #76112b background
background-color: #76112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76112b; background: linear-gradient(135deg, #76112b, #763A11);