#770c77
a dark, electric magenta / pink · warm · closest name: purple
RGB
119, 12, 119
HSL
300°, 82%, 26%
CMYK
0, 90, 0, 53
Luminance
0.0552
Every format
| HEX | #770c77 |
| RGB | rgb(119, 12, 119) |
| HSL | hsl(300, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 0%, 53%) |
| LAB | lab(28.2 53.8 -33.5) |
| LCH | lch(28.2 63.4 328.1) |
| OKLCH | oklch(0.405 0.177 328.3) |
Copy-ready code
/* CSS */
color: #770c77;
background-color: #770c77;
/* Tailwind (arbitrary) */
class="text-[#770c77] bg-[#770c77]"
/* SCSS */
$brand: #770c77;
/* SwiftUI */
Color(red: 0.467, green: 0.047, blue: 0.467)
/* Android */
Color.parseColor("#770c77")Accessibility — WCAG contrast
Aa
#770c77 on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770c77 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green4.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow0.0%
Key (black)53.3%
Color previews
#770c77 text on a black background
contrast 2.10:1
Card sample
#770c77 text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770c77;
Background color
Panel with #770c77 background
background-color: #770c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 12, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 12, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770c77; background: linear-gradient(135deg, #770c77, #770C30);