#782886
a dark, vivid magenta / pink · warm · closest name: purple
RGB
120, 40, 134
HSL
291°, 54%, 34%
CMYK
10, 70, 0, 48
Luminance
0.0723
Every format
| HEX | #782886 |
| RGB | rgb(120, 40, 134) |
| HSL | hsl(291, 54%, 34%) |
| CMYK | cmyk(10%, 70%, 0%, 48%) |
| LAB | lab(32.3 48.0 -36.3) |
| LCH | lch(32.3 60.2 322.9) |
| OKLCH | oklch(0.438 0.162 321.3) |
Copy-ready code
/* CSS */
color: #782886;
background-color: #782886;
/* Tailwind (arbitrary) */
class="text-[#782886] bg-[#782886]"
/* SCSS */
$brand: #782886;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.525)
/* Android */
Color.parseColor("#782886")Accessibility — WCAG contrast
Aa
#782886 on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782886 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue52.5%
CMYK percentages
Cyan10.4%
Magenta70.1%
Yellow0.0%
Key (black)47.5%
Color previews
#782886 text on a black background
contrast 2.45:1
Card sample
#782886 text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782886;
Background color
Panel with #782886 background
background-color: #782886;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782886;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782886; background: linear-gradient(135deg, #782886, #862855);