#7a4785
a dark, soft violet · warm · closest name: purple
RGB
122, 71, 133
HSL
289°, 30%, 40%
CMYK
8, 47, 0, 48
Luminance
0.1034
Every format
| HEX | #7a4785 |
| RGB | rgb(122, 71, 133) |
| HSL | hsl(289, 30%, 40%) |
| CMYK | cmyk(8%, 47%, 0%, 48%) |
| LAB | lab(38.4 32.6 -26.0) |
| LCH | lch(38.4 41.7 321.5) |
| OKLCH | oklch(0.483 0.112 320.3) |
Copy-ready code
/* CSS */
color: #7a4785;
background-color: #7a4785;
/* Tailwind (arbitrary) */
class="text-[#7a4785] bg-[#7a4785]"
/* SCSS */
$brand: #7a4785;
/* SwiftUI */
Color(red: 0.478, green: 0.278, blue: 0.522)
/* Android */
Color.parseColor("#7a4785")Accessibility — WCAG contrast
Aa
#7a4785 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a4785 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green27.8%
Blue52.2%
CMYK percentages
Cyan8.3%
Magenta46.6%
Yellow0.0%
Key (black)47.8%
Color previews
#7a4785 text on a black background
contrast 3.07:1
Card sample
#7a4785 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a4785;
Background color
Panel with #7a4785 background
background-color: #7a4785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a4785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 71, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 71, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a4785; background: linear-gradient(135deg, #7a4785, #854767);