#782888
a dark, vivid magenta / pink · warm · closest name: purple
RGB
120, 40, 136
HSL
290°, 55%, 35%
CMYK
12, 71, 0, 47
Luminance
0.0729
Every format
| HEX | #782888 |
| RGB | rgb(120, 40, 136) |
| HSL | hsl(290, 55%, 35%) |
| CMYK | cmyk(12%, 71%, 0%, 47%) |
| LAB | lab(32.5 48.4 -37.3) |
| LCH | lch(32.5 61.1 322.4) |
| OKLCH | oklch(0.439 0.164 320.5) |
Copy-ready code
/* CSS */
color: #782888;
background-color: #782888;
/* Tailwind (arbitrary) */
class="text-[#782888] bg-[#782888]"
/* SCSS */
$brand: #782888;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.533)
/* Android */
Color.parseColor("#782888")Accessibility — WCAG contrast
Aa
#782888 on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782888 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue53.3%
CMYK percentages
Cyan11.8%
Magenta70.6%
Yellow0.0%
Key (black)46.7%
Color previews
#782888 text on a black background
contrast 2.46:1
Card sample
#782888 text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782888;
Background color
Panel with #782888 background
background-color: #782888;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782888;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782888; background: linear-gradient(135deg, #782888, #882858);