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