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