#7a295f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
122, 41, 95
HSL
320°, 50%, 32%
CMYK
0, 66, 22, 52
Luminance
0.0655
Every format
| HEX | #7a295f |
| RGB | rgb(122, 41, 95) |
| HSL | hsl(320, 50%, 32%) |
| CMYK | cmyk(0%, 66%, 22%, 52%) |
| LAB | lab(30.8 41.3 -14.0) |
| LCH | lch(30.8 43.5 341.3) |
| OKLCH | oklch(0.420 0.129 343.2) |
Copy-ready code
/* CSS */
color: #7a295f;
background-color: #7a295f;
/* Tailwind (arbitrary) */
class="text-[#7a295f] bg-[#7a295f]"
/* SCSS */
$brand: #7a295f;
/* SwiftUI */
Color(red: 0.478, green: 0.161, blue: 0.373)
/* Android */
Color.parseColor("#7a295f")Accessibility — WCAG contrast
Aa
#7a295f on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a295f on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green16.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow22.1%
Key (black)52.2%
Color previews
#7a295f text on a black background
contrast 2.31:1
Card sample
#7a295f text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a295f;
Background color
Panel with #7a295f background
background-color: #7a295f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a295f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 41, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 41, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a295f; background: linear-gradient(135deg, #7a295f, #7A2929);