#7f536f
a dark, soft magenta / pink · warm · closest name: gray
RGB
127, 83, 111
HSL
322°, 21%, 41%
CMYK
0, 35, 13, 50
Luminance
0.1185
Every format
| HEX | #7f536f |
| RGB | rgb(127, 83, 111) |
| HSL | hsl(322, 21%, 41%) |
| CMYK | cmyk(0%, 35%, 13%, 50%) |
| LAB | lab(41.0 22.9 -8.5) |
| LCH | lch(41.0 24.4 339.6) |
| OKLCH | oklch(0.500 0.071 341.4) |
Copy-ready code
/* CSS */
color: #7f536f;
background-color: #7f536f;
/* Tailwind (arbitrary) */
class="text-[#7f536f] bg-[#7f536f]"
/* SCSS */
$brand: #7f536f;
/* SwiftUI */
Color(red: 0.498, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#7f536f")Accessibility — WCAG contrast
Aa
#7f536f on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f536f on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow12.6%
Key (black)50.2%
Color previews
#7f536f text on a black background
contrast 3.37:1
Card sample
#7f536f text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f536f;
Background color
Panel with #7f536f background
background-color: #7f536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f536f; background: linear-gradient(135deg, #7f536f, #7F5453);