#7b536f
a dark, soft magenta / pink · warm · closest name: gray
RGB
123, 83, 111
HSL
318°, 19%, 40%
CMYK
0, 33, 10, 52
Luminance
0.1155
Every format
| HEX | #7b536f |
| RGB | rgb(123, 83, 111) |
| HSL | hsl(318, 19%, 40%) |
| CMYK | cmyk(0%, 33%, 10%, 52%) |
| LAB | lab(40.5 21.4 -9.3) |
| LCH | lch(40.5 23.3 336.6) |
| OKLCH | oklch(0.495 0.067 338.2) |
Copy-ready code
/* CSS */
color: #7b536f;
background-color: #7b536f;
/* Tailwind (arbitrary) */
class="text-[#7b536f] bg-[#7b536f]"
/* SCSS */
$brand: #7b536f;
/* SwiftUI */
Color(red: 0.482, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#7b536f")Accessibility — WCAG contrast
Aa
#7b536f on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b536f on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow9.8%
Key (black)51.8%
Color previews
#7b536f text on a black background
contrast 3.31:1
Card sample
#7b536f text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b536f;
Background color
Panel with #7b536f background
background-color: #7b536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b536f; background: linear-gradient(135deg, #7b536f, #7B5354);