#775565
a dark, soft magenta / pink · warm · closest name: gray
RGB
119, 85, 101
HSL
332°, 17%, 40%
CMYK
0, 29, 15, 53
Luminance
0.1136
Every format
| HEX | #775565 |
| RGB | rgb(119, 85, 101) |
| HSL | hsl(332, 17%, 40%) |
| CMYK | cmyk(0%, 29%, 15%, 53%) |
| LAB | lab(40.2 16.8 -3.6) |
| LCH | lch(40.2 17.2 347.8) |
| OKLCH | oklch(0.491 0.051 349.3) |
Copy-ready code
/* CSS */
color: #775565;
background-color: #775565;
/* Tailwind (arbitrary) */
class="text-[#775565] bg-[#775565]"
/* SCSS */
$brand: #775565;
/* SwiftUI */
Color(red: 0.467, green: 0.333, blue: 0.396)
/* Android */
Color.parseColor("#775565")Accessibility — WCAG contrast
Aa
#775565 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775565 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green33.3%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow15.1%
Key (black)53.3%
Color previews
#775565 text on a black background
contrast 3.27:1
Card sample
#775565 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775565;
Background color
Panel with #775565 background
background-color: #775565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 85, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 85, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775565; background: linear-gradient(135deg, #775565, #775C55);