#7d536f
a dark, soft magenta / pink · warm · closest name: gray
RGB
125, 83, 111
HSL
320°, 20%, 41%
CMYK
0, 34, 11, 51
Luminance
0.1169
Every format
| HEX | #7d536f |
| RGB | rgb(125, 83, 111) |
| HSL | hsl(320, 20%, 41%) |
| CMYK | cmyk(0%, 34%, 11%, 51%) |
| LAB | lab(40.7 22.2 -8.9) |
| LCH | lch(40.7 23.9 338.1) |
| OKLCH | oklch(0.498 0.069 339.9) |
Copy-ready code
/* CSS */
color: #7d536f;
background-color: #7d536f;
/* Tailwind (arbitrary) */
class="text-[#7d536f] bg-[#7d536f]"
/* SCSS */
$brand: #7d536f;
/* SwiftUI */
Color(red: 0.490, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#7d536f")Accessibility — WCAG contrast
Aa
#7d536f on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d536f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow11.2%
Key (black)51.0%
Color previews
#7d536f text on a black background
contrast 3.34:1
Card sample
#7d536f text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d536f;
Background color
Panel with #7d536f background
background-color: #7d536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d536f; background: linear-gradient(135deg, #7d536f, #7D5353);