#7f525b
a dark, soft red · warm · closest name: gray
RGB
127, 82, 91
HSL
348°, 22%, 41%
CMYK
0, 35, 28, 50
Luminance
0.1130
Every format
| HEX | #7f525b |
| RGB | rgb(127, 82, 91) |
| HSL | hsl(348, 22%, 41%) |
| CMYK | cmyk(0%, 35%, 28%, 50%) |
| LAB | lab(40.1 20.1 2.5) |
| LCH | lch(40.1 20.3 7.2) |
| OKLCH | oklch(0.491 0.061 6.5) |
Copy-ready code
/* CSS */
color: #7f525b;
background-color: #7f525b;
/* Tailwind (arbitrary) */
class="text-[#7f525b] bg-[#7f525b]"
/* SCSS */
$brand: #7f525b;
/* SwiftUI */
Color(red: 0.498, green: 0.322, blue: 0.357)
/* Android */
Color.parseColor("#7f525b")Accessibility — WCAG contrast
Aa
#7f525b on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f525b on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green32.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow28.3%
Key (black)50.2%
Color previews
#7f525b text on a black background
contrast 3.26:1
Card sample
#7f525b text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f525b;
Background color
Panel with #7f525b background
background-color: #7f525b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f525b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 82, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 82, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f525b; background: linear-gradient(135deg, #7f525b, #7F6752);