#775560
a dark, soft magenta / pink · warm · closest name: gray
RGB
119, 85, 96
HSL
341°, 17%, 40%
CMYK
0, 29, 19, 53
Luminance
0.1126
Every format
| HEX | #775560 |
| RGB | rgb(119, 85, 96) |
| HSL | hsl(341, 17%, 40%) |
| CMYK | cmyk(0%, 29%, 19%, 53%) |
| LAB | lab(40.0 15.9 -0.8) |
| LCH | lch(40.0 15.9 357.3) |
| OKLCH | oklch(0.489 0.048 357.9) |
Copy-ready code
/* CSS */
color: #775560;
background-color: #775560;
/* Tailwind (arbitrary) */
class="text-[#775560] bg-[#775560]"
/* SCSS */
$brand: #775560;
/* SwiftUI */
Color(red: 0.467, green: 0.333, blue: 0.376)
/* Android */
Color.parseColor("#775560")Accessibility — WCAG contrast
Aa
#775560 on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775560 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green33.3%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow19.3%
Key (black)53.3%
Color previews
#775560 text on a black background
contrast 3.25:1
Card sample
#775560 text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775560;
Background color
Panel with #775560 background
background-color: #775560;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775560;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 85, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 85, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775560; background: linear-gradient(135deg, #775560, #776155);