#735f6d
a dark, muted magenta / pink · warm · closest name: gray
RGB
115, 95, 109
HSL
318°, 10%, 41%
CMYK
0, 17, 5, 55
Luminance
0.1293
Every format
| HEX | #735f6d |
| RGB | rgb(115, 95, 109) |
| HSL | hsl(318, 10%, 41%) |
| CMYK | cmyk(0%, 17%, 5%, 55%) |
| LAB | lab(42.7 10.7 -4.9) |
| LCH | lch(42.7 11.8 335.4) |
| OKLCH | oklch(0.510 0.033 337.0) |
Copy-ready code
/* CSS */
color: #735f6d;
background-color: #735f6d;
/* Tailwind (arbitrary) */
class="text-[#735f6d] bg-[#735f6d]"
/* SCSS */
$brand: #735f6d;
/* SwiftUI */
Color(red: 0.451, green: 0.373, blue: 0.427)
/* Android */
Color.parseColor("#735f6d")Accessibility — WCAG contrast
Aa
#735f6d on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735f6d on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green37.3%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow5.2%
Key (black)54.9%
Color previews
#735f6d text on a black background
contrast 3.59:1
Card sample
#735f6d text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735f6d;
Background color
Panel with #735f6d background
background-color: #735f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 95, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 95, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735f6d; background: linear-gradient(135deg, #735f6d, #735F60);