#773360
a dark, soft magenta / pink · warm · closest name: purple
RGB
119, 51, 96
HSL
320°, 40%, 33%
CMYK
0, 57, 19, 53
Luminance
0.0713
Every format
| HEX | #773360 |
| RGB | rgb(119, 51, 96) |
| HSL | hsl(320, 40%, 33%) |
| CMYK | cmyk(0%, 57%, 19%, 53%) |
| LAB | lab(32.1 35.6 -12.6) |
| LCH | lch(32.1 37.7 340.5) |
| OKLCH | oklch(0.429 0.111 342.4) |
Copy-ready code
/* CSS */
color: #773360;
background-color: #773360;
/* Tailwind (arbitrary) */
class="text-[#773360] bg-[#773360]"
/* SCSS */
$brand: #773360;
/* SwiftUI */
Color(red: 0.467, green: 0.200, blue: 0.376)
/* Android */
Color.parseColor("#773360")Accessibility — WCAG contrast
Aa
#773360 on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773360 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green20.0%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow19.3%
Key (black)53.3%
Color previews
#773360 text on a black background
contrast 2.43:1
Card sample
#773360 text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773360;
Background color
Panel with #773360 background
background-color: #773360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 51, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 51, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773360; background: linear-gradient(135deg, #773360, #773333);