#782881
a dark, vivid magenta / pink · warm · closest name: purple
RGB
120, 40, 129
HSL
294°, 53%, 33%
CMYK
7, 69, 0, 49
Luminance
0.0710
Every format
| HEX | #782881 |
| RGB | rgb(120, 40, 129) |
| HSL | hsl(294, 53%, 33%) |
| CMYK | cmyk(7%, 69%, 0%, 49%) |
| LAB | lab(32.0 47.0 -33.6) |
| LCH | lch(32.0 57.8 324.4) |
| OKLCH | oklch(0.434 0.157 323.5) |
Copy-ready code
/* CSS */
color: #782881;
background-color: #782881;
/* Tailwind (arbitrary) */
class="text-[#782881] bg-[#782881]"
/* SCSS */
$brand: #782881;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.506)
/* Android */
Color.parseColor("#782881")Accessibility — WCAG contrast
Aa
#782881 on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782881 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue50.6%
CMYK percentages
Cyan7.0%
Magenta69.0%
Yellow0.0%
Key (black)49.4%
Color previews
#782881 text on a black background
contrast 2.42:1
Card sample
#782881 text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782881;
Background color
Panel with #782881 background
background-color: #782881;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782881;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782881; background: linear-gradient(135deg, #782881, #81284F);