#7a365f
a dark, soft magenta / pink · warm · closest name: purple
RGB
122, 54, 95
HSL
324°, 39%, 35%
CMYK
0, 56, 22, 52
Luminance
0.0760
Every format
| HEX | #7a365f |
| RGB | rgb(122, 54, 95) |
| HSL | hsl(324, 39%, 35%) |
| CMYK | cmyk(0%, 56%, 22%, 52%) |
| LAB | lab(33.1 34.8 -10.3) |
| LCH | lch(33.1 36.3 343.5) |
| OKLCH | oklch(0.438 0.108 345.3) |
Copy-ready code
/* CSS */
color: #7a365f;
background-color: #7a365f;
/* Tailwind (arbitrary) */
class="text-[#7a365f] bg-[#7a365f]"
/* SCSS */
$brand: #7a365f;
/* SwiftUI */
Color(red: 0.478, green: 0.212, blue: 0.373)
/* Android */
Color.parseColor("#7a365f")Accessibility — WCAG contrast
Aa
#7a365f on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a365f on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green21.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow22.1%
Key (black)52.2%
Color previews
#7a365f text on a black background
contrast 2.52:1
Card sample
#7a365f text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a365f;
Background color
Panel with #7a365f background
background-color: #7a365f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a365f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 54, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 54, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a365f; background: linear-gradient(135deg, #7a365f, #7A3A36);