#7a3652
a dark, soft magenta / pink · warm · closest name: gray
RGB
122, 54, 82
HSL
335°, 39%, 35%
CMYK
0, 56, 33, 52
Luminance
0.0739
Every format
| HEX | #7a3652 |
| RGB | rgb(122, 54, 82) |
| HSL | hsl(335, 39%, 35%) |
| CMYK | cmyk(0%, 56%, 33%, 52%) |
| LAB | lab(32.7 32.9 -2.7) |
| LCH | lch(32.7 33.0 355.4) |
| OKLCH | oklch(0.433 0.100 356.2) |
Copy-ready code
/* CSS */
color: #7a3652;
background-color: #7a3652;
/* Tailwind (arbitrary) */
class="text-[#7a3652] bg-[#7a3652]"
/* SCSS */
$brand: #7a3652;
/* SwiftUI */
Color(red: 0.478, green: 0.212, blue: 0.322)
/* Android */
Color.parseColor("#7a3652")Accessibility — WCAG contrast
Aa
#7a3652 on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a3652 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green21.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow32.8%
Key (black)52.2%
Color previews
#7a3652 text on a black background
contrast 2.48:1
Card sample
#7a3652 text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a3652;
Background color
Panel with #7a3652 background
background-color: #7a3652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a3652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 54, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 54, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a3652; background: linear-gradient(135deg, #7a3652, #7A4736);