#773c4f
a dark, soft magenta / pink · warm · closest name: gray
RGB
119, 60, 79
HSL
341°, 33%, 35%
CMYK
0, 50, 34, 53
Luminance
0.0772
Every format
| HEX | #773c4f |
| RGB | rgb(119, 60, 79) |
| HSL | hsl(341, 33%, 35%) |
| CMYK | cmyk(0%, 50%, 34%, 53%) |
| LAB | lab(33.4 28.1 0.3) |
| LCH | lch(33.4 28.1 0.6) |
| OKLCH | oklch(0.437 0.085 0.7) |
Copy-ready code
/* CSS */
color: #773c4f;
background-color: #773c4f;
/* Tailwind (arbitrary) */
class="text-[#773c4f] bg-[#773c4f]"
/* SCSS */
$brand: #773c4f;
/* SwiftUI */
Color(red: 0.467, green: 0.235, blue: 0.310)
/* Android */
Color.parseColor("#773c4f")Accessibility — WCAG contrast
Aa
#773c4f on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773c4f on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green23.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow33.6%
Key (black)53.3%
Color previews
#773c4f text on a black background
contrast 2.54:1
Card sample
#773c4f text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773c4f;
Background color
Panel with #773c4f background
background-color: #773c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 60, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 60, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773c4f; background: linear-gradient(135deg, #773c4f, #77503C);