#771166
a dark, electric magenta / pink · warm · closest name: purple
RGB
119, 17, 102
HSL
310°, 75%, 27%
CMYK
0, 86, 14, 53
Luminance
0.0528
Every format
| HEX | #771166 |
| RGB | rgb(119, 17, 102) |
| HSL | hsl(310, 75%, 27%) |
| CMYK | cmyk(0%, 86%, 14%, 53%) |
| LAB | lab(27.5 50.0 -23.6) |
| LCH | lch(27.5 55.3 334.8) |
| OKLCH | oklch(0.397 0.161 336.4) |
Copy-ready code
/* CSS */
color: #771166;
background-color: #771166;
/* Tailwind (arbitrary) */
class="text-[#771166] bg-[#771166]"
/* SCSS */
$brand: #771166;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.400)
/* Android */
Color.parseColor("#771166")Accessibility — WCAG contrast
Aa
#771166 on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771166 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow14.3%
Key (black)53.3%
Color previews
#771166 text on a black background
contrast 2.06:1
Card sample
#771166 text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771166;
Background color
Panel with #771166 background
background-color: #771166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771166; background: linear-gradient(135deg, #771166, #771122);