#780c89
a dark, electric magenta / pink · warm · closest name: purple
RGB
120, 12, 137
HSL
292°, 84%, 29%
CMYK
12, 91, 0, 46
Luminance
0.0606
Every format
| HEX | #780c89 |
| RGB | rgb(120, 12, 137) |
| HSL | hsl(292, 84%, 29%) |
| CMYK | cmyk(12%, 91%, 0%, 46%) |
| LAB | lab(29.6 57.1 -42.5) |
| LCH | lch(29.6 71.2 323.3) |
| OKLCH | oklch(0.419 0.191 321.3) |
Copy-ready code
/* CSS */
color: #780c89;
background-color: #780c89;
/* Tailwind (arbitrary) */
class="text-[#780c89] bg-[#780c89]"
/* SCSS */
$brand: #780c89;
/* SwiftUI */
Color(red: 0.471, green: 0.047, blue: 0.537)
/* Android */
Color.parseColor("#780c89")Accessibility — WCAG contrast
Aa
#780c89 on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780c89 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green4.7%
Blue53.7%
CMYK percentages
Cyan12.4%
Magenta91.2%
Yellow0.0%
Key (black)46.3%
Color previews
#780c89 text on a black background
contrast 2.21:1
Card sample
#780c89 text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780c89;
Background color
Panel with #780c89 background
background-color: #780c89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780c89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 12, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 12, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780c89; background: linear-gradient(135deg, #780c89, #890C47);