#7f525f
a dark, soft magenta / pink · warm · closest name: gray
RGB
127, 82, 95
HSL
343°, 22%, 41%
CMYK
0, 35, 25, 50
Luminance
0.1137
Every format
| HEX | #7f525f |
| RGB | rgb(127, 82, 95) |
| HSL | hsl(343, 22%, 41%) |
| CMYK | cmyk(0%, 35%, 25%, 50%) |
| LAB | lab(40.2 20.8 0.2) |
| LCH | lch(40.2 20.8 0.7) |
| OKLCH | oklch(0.492 0.063 0.8) |
Copy-ready code
/* CSS */
color: #7f525f;
background-color: #7f525f;
/* Tailwind (arbitrary) */
class="text-[#7f525f] bg-[#7f525f]"
/* SCSS */
$brand: #7f525f;
/* SwiftUI */
Color(red: 0.498, green: 0.322, blue: 0.373)
/* Android */
Color.parseColor("#7f525f")Accessibility — WCAG contrast
Aa
#7f525f on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f525f on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green32.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow25.2%
Key (black)50.2%
Color previews
#7f525f text on a black background
contrast 3.27:1
Card sample
#7f525f text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f525f;
Background color
Panel with #7f525f background
background-color: #7f525f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f525f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 82, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 82, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f525f; background: linear-gradient(135deg, #7f525f, #7F6352);