#782885
a dark, vivid magenta / pink · warm · closest name: purple
RGB
120, 40, 133
HSL
292°, 54%, 34%
CMYK
10, 70, 0, 48
Luminance
0.0720
Every format
| HEX | #782885 |
| RGB | rgb(120, 40, 133) |
| HSL | hsl(292, 54%, 34%) |
| CMYK | cmyk(10%, 70%, 0%, 48%) |
| LAB | lab(32.3 47.8 -35.7) |
| LCH | lch(32.3 59.7 323.2) |
| OKLCH | oklch(0.437 0.161 321.8) |
Copy-ready code
/* CSS */
color: #782885;
background-color: #782885;
/* Tailwind (arbitrary) */
class="text-[#782885] bg-[#782885]"
/* SCSS */
$brand: #782885;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.522)
/* Android */
Color.parseColor("#782885")Accessibility — WCAG contrast
Aa
#782885 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782885 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue52.2%
CMYK percentages
Cyan9.8%
Magenta69.9%
Yellow0.0%
Key (black)47.8%
Color previews
#782885 text on a black background
contrast 2.44:1
Card sample
#782885 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782885;
Background color
Panel with #782885 background
background-color: #782885;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782885;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782885; background: linear-gradient(135deg, #782885, #852854);