#7d4f7d
a dark, soft magenta / pink · warm · closest name: plum
RGB
125, 79, 125
HSL
300°, 23%, 40%
CMYK
0, 37, 0, 51
Luminance
0.1143
Every format
| HEX | #7d4f7d |
| RGB | rgb(125, 79, 125) |
| HSL | hsl(300, 23%, 40%) |
| CMYK | cmyk(0%, 37%, 0%, 51%) |
| LAB | lab(40.3 27.3 -18.1) |
| LCH | lch(40.3 32.7 326.3) |
| OKLCH | oklch(0.496 0.090 326.8) |
Copy-ready code
/* CSS */
color: #7d4f7d;
background-color: #7d4f7d;
/* Tailwind (arbitrary) */
class="text-[#7d4f7d] bg-[#7d4f7d]"
/* SCSS */
$brand: #7d4f7d;
/* SwiftUI */
Color(red: 0.490, green: 0.310, blue: 0.490)
/* Android */
Color.parseColor("#7d4f7d")Accessibility — WCAG contrast
Aa
#7d4f7d on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d4f7d on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green31.0%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow0.0%
Key (black)51.0%
Color previews
#7d4f7d text on a black background
contrast 3.29:1
Card sample
#7d4f7d text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d4f7d;
Background color
Panel with #7d4f7d background
background-color: #7d4f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d4f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 79, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 79, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d4f7d; background: linear-gradient(135deg, #7d4f7d, #7D4F5E);