#773366
a dark, soft magenta / pink · warm · closest name: purple
RGB
119, 51, 102
HSL
315°, 40%, 33%
CMYK
0, 57, 14, 53
Luminance
0.0725
Every format
| HEX | #773366 |
| RGB | rgb(119, 51, 102) |
| HSL | hsl(315, 40%, 33%) |
| CMYK | cmyk(0%, 57%, 14%, 53%) |
| LAB | lab(32.4 36.6 -16.0) |
| LCH | lch(32.4 39.9 336.3) |
| OKLCH | oklch(0.432 0.116 338.1) |
Copy-ready code
/* CSS */
color: #773366;
background-color: #773366;
/* Tailwind (arbitrary) */
class="text-[#773366] bg-[#773366]"
/* SCSS */
$brand: #773366;
/* SwiftUI */
Color(red: 0.467, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#773366")Accessibility — WCAG contrast
Aa
#773366 on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773366 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green20.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow14.3%
Key (black)53.3%
Color previews
#773366 text on a black background
contrast 2.45:1
Card sample
#773366 text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773366;
Background color
Panel with #773366 background
background-color: #773366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773366; background: linear-gradient(135deg, #773366, #773339);