#793061
a dark, soft magenta / pink · warm · closest name: purple
RGB
121, 48, 97
HSL
320°, 43%, 33%
CMYK
0, 60, 20, 53
Luminance
0.0704
Every format
| HEX | #793061 |
| RGB | rgb(121, 48, 97) |
| HSL | hsl(320, 43%, 33%) |
| CMYK | cmyk(0%, 60%, 20%, 53%) |
| LAB | lab(31.9 37.9 -13.5) |
| LCH | lch(31.9 40.3 340.4) |
| OKLCH | oklch(0.428 0.119 342.3) |
Copy-ready code
/* CSS */
color: #793061;
background-color: #793061;
/* Tailwind (arbitrary) */
class="text-[#793061] bg-[#793061]"
/* SCSS */
$brand: #793061;
/* SwiftUI */
Color(red: 0.475, green: 0.188, blue: 0.380)
/* Android */
Color.parseColor("#793061")Accessibility — WCAG contrast
Aa
#793061 on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#793061 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green18.8%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow19.8%
Key (black)52.5%
Color previews
#793061 text on a black background
contrast 2.41:1
Card sample
#793061 text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #793061;
Background color
Panel with #793061 background
background-color: #793061;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #793061;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 48, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 48, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #793061; background: linear-gradient(135deg, #793061, #793030);