#771188
a dark, electric magenta / pink · warm · closest name: purple
RGB
119, 17, 136
HSL
291°, 78%, 30%
CMYK
13, 88, 0, 47
Luminance
0.0610
Every format
| HEX | #771188 |
| RGB | rgb(119, 17, 136) |
| HSL | hsl(291, 78%, 30%) |
| CMYK | cmyk(13%, 88%, 0%, 47%) |
| LAB | lab(29.7 55.7 -41.8) |
| LCH | lch(29.7 69.7 323.1) |
| OKLCH | oklch(0.419 0.187 321.1) |
Copy-ready code
/* CSS */
color: #771188;
background-color: #771188;
/* Tailwind (arbitrary) */
class="text-[#771188] bg-[#771188]"
/* SCSS */
$brand: #771188;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#771188")Accessibility — WCAG contrast
Aa
#771188 on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771188 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue53.3%
CMYK percentages
Cyan12.5%
Magenta87.5%
Yellow0.0%
Key (black)46.7%
Color previews
#771188 text on a black background
contrast 2.22:1
Card sample
#771188 text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771188;
Background color
Panel with #771188 background
background-color: #771188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771188; background: linear-gradient(135deg, #771188, #88114A);