#7a3d6b
a dark, soft magenta / pink · warm · closest name: purple
RGB
122, 61, 107
HSL
315°, 33%, 36%
CMYK
0, 50, 12, 52
Luminance
0.0854
Every format
| HEX | #7a3d6b |
| RGB | rgb(122, 61, 107) |
| HSL | hsl(315, 33%, 36%) |
| CMYK | cmyk(0%, 50%, 12%, 52%) |
| LAB | lab(35.1 33.1 -15.0) |
| LCH | lch(35.1 36.3 335.6) |
| OKLCH | oklch(0.454 0.104 337.3) |
Copy-ready code
/* CSS */
color: #7a3d6b;
background-color: #7a3d6b;
/* Tailwind (arbitrary) */
class="text-[#7a3d6b] bg-[#7a3d6b]"
/* SCSS */
$brand: #7a3d6b;
/* SwiftUI */
Color(red: 0.478, green: 0.239, blue: 0.420)
/* Android */
Color.parseColor("#7a3d6b")Accessibility — WCAG contrast
Aa
#7a3d6b on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a3d6b on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green23.9%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow12.3%
Key (black)52.2%
Color previews
#7a3d6b text on a black background
contrast 2.71:1
Card sample
#7a3d6b text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a3d6b;
Background color
Panel with #7a3d6b background
background-color: #7a3d6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a3d6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 61, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 61, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a3d6b; background: linear-gradient(135deg, #7a3d6b, #7A3D42);