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