#7a548c
a dark, soft violet · warm · closest name: plum
RGB
122, 84, 140
HSL
281°, 25%, 44%
CMYK
13, 40, 0, 45
Luminance
0.1237
Every format
| HEX | #7a548c |
| RGB | rgb(122, 84, 140) |
| HSL | hsl(281, 25%, 44%) |
| CMYK | cmyk(13%, 40%, 0%, 45%) |
| LAB | lab(41.8 26.5 -25.0) |
| LCH | lch(41.8 36.4 316.7) |
| OKLCH | oklch(0.509 0.096 314.4) |
Copy-ready code
/* CSS */
color: #7a548c;
background-color: #7a548c;
/* Tailwind (arbitrary) */
class="text-[#7a548c] bg-[#7a548c]"
/* SCSS */
$brand: #7a548c;
/* SwiftUI */
Color(red: 0.478, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#7a548c")Accessibility — WCAG contrast
Aa
#7a548c on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a548c on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green32.9%
Blue54.9%
CMYK percentages
Cyan12.9%
Magenta40.0%
Yellow0.0%
Key (black)45.1%
Color previews
#7a548c text on a black background
contrast 3.47:1
Card sample
#7a548c text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a548c;
Background color
Panel with #7a548c background
background-color: #7a548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a548c; background: linear-gradient(135deg, #7a548c, #8C5479);