#771133
a dark, electric magenta / pink · warm · closest name: maroon
RGB
119, 17, 51
HSL
340°, 75%, 27%
CMYK
0, 86, 57, 53
Luminance
0.0456
Every format
| HEX | #771133 |
| RGB | rgb(119, 17, 51) |
| HSL | hsl(340, 75%, 27%) |
| CMYK | cmyk(0%, 86%, 57%, 53%) |
| LAB | lab(25.4 44.1 7.5) |
| LCH | lch(25.4 44.7 9.6) |
| OKLCH | oklch(0.375 0.136 8.1) |
Copy-ready code
/* CSS */
color: #771133;
background-color: #771133;
/* Tailwind (arbitrary) */
class="text-[#771133] bg-[#771133]"
/* SCSS */
$brand: #771133;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.200)
/* Android */
Color.parseColor("#771133")Accessibility — WCAG contrast
Aa
#771133 on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771133 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow57.1%
Key (black)53.3%
Color previews
#771133 text on a black background
contrast 1.91:1
Card sample
#771133 text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771133;
Background color
Panel with #771133 background
background-color: #771133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771133; background: linear-gradient(135deg, #771133, #773311);