#75475c
a dark, soft magenta / pink · warm · closest name: gray
RGB
117, 71, 92
HSL
333°, 25%, 37%
CMYK
0, 39, 21, 54
Luminance
0.0906
Every format
| HEX | #75475c |
| RGB | rgb(117, 71, 92) |
| HSL | hsl(333, 25%, 37%) |
| CMYK | cmyk(0%, 39%, 21%, 54%) |
| LAB | lab(36.1 22.9 -4.1) |
| LCH | lch(36.1 23.2 349.9) |
| OKLCH | oklch(0.458 0.069 351.3) |
Copy-ready code
/* CSS */
color: #75475c;
background-color: #75475c;
/* Tailwind (arbitrary) */
class="text-[#75475c] bg-[#75475c]"
/* SCSS */
$brand: #75475c;
/* SwiftUI */
Color(red: 0.459, green: 0.278, blue: 0.361)
/* Android */
Color.parseColor("#75475c")Accessibility — WCAG contrast
Aa
#75475c on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#75475c on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green27.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow21.4%
Key (black)54.1%
Color previews
#75475c text on a black background
contrast 2.81:1
Card sample
#75475c text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75475c;
Background color
Panel with #75475c background
background-color: #75475c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75475c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 71, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 71, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75475c; background: linear-gradient(135deg, #75475c, #755147);