#7a447a
a dark, soft magenta / pink · warm · closest name: purple
RGB
122, 68, 122
HSL
300°, 28%, 37%
CMYK
0, 44, 0, 52
Luminance
0.0968
Every format
| HEX | #7a447a |
| RGB | rgb(122, 68, 122) |
| HSL | hsl(300, 28%, 37%) |
| CMYK | cmyk(0%, 44%, 0%, 52%) |
| LAB | lab(37.3 32.0 -21.0) |
| LCH | lch(37.3 38.3 326.7) |
| OKLCH | oklch(0.472 0.106 327.1) |
Copy-ready code
/* CSS */
color: #7a447a;
background-color: #7a447a;
/* Tailwind (arbitrary) */
class="text-[#7a447a] bg-[#7a447a]"
/* SCSS */
$brand: #7a447a;
/* SwiftUI */
Color(red: 0.478, green: 0.267, blue: 0.478)
/* Android */
Color.parseColor("#7a447a")Accessibility — WCAG contrast
Aa
#7a447a on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a447a on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green26.7%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow0.0%
Key (black)52.2%
Color previews
#7a447a text on a black background
contrast 2.94:1
Card sample
#7a447a text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a447a;
Background color
Panel with #7a447a background
background-color: #7a447a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a447a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 68, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 68, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a447a; background: linear-gradient(135deg, #7a447a, #7A4456);