#782b62
a dark, vivid magenta / pink · warm · closest name: purple
RGB
120, 43, 98
HSL
317°, 47%, 32%
CMYK
0, 64, 18, 53
Luminance
0.0660
Every format
| HEX | #782b62 |
| RGB | rgb(120, 43, 98) |
| HSL | hsl(317, 47%, 32%) |
| CMYK | cmyk(0%, 64%, 18%, 53%) |
| LAB | lab(30.9 40.2 -15.7) |
| LCH | lch(30.9 43.2 338.6) |
| OKLCH | oklch(0.421 0.127 340.5) |
Copy-ready code
/* CSS */
color: #782b62;
background-color: #782b62;
/* Tailwind (arbitrary) */
class="text-[#782b62] bg-[#782b62]"
/* SCSS */
$brand: #782b62;
/* SwiftUI */
Color(red: 0.471, green: 0.169, blue: 0.384)
/* Android */
Color.parseColor("#782b62")Accessibility — WCAG contrast
Aa
#782b62 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782b62 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green16.9%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow18.3%
Key (black)52.9%
Color previews
#782b62 text on a black background
contrast 2.32:1
Card sample
#782b62 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782b62;
Background color
Panel with #782b62 background
background-color: #782b62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782b62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 43, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 43, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782b62; background: linear-gradient(135deg, #782b62, #782B2F);