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