#7b3752
a dark, soft magenta / pink · warm · closest name: gray
RGB
123, 55, 82
HSL
336°, 38%, 35%
CMYK
0, 55, 33, 52
Luminance
0.0755
Every format
| HEX | #7b3752 |
| RGB | rgb(123, 55, 82) |
| HSL | hsl(336, 38%, 35%) |
| CMYK | cmyk(0%, 55%, 33%, 52%) |
| LAB | lab(33.0 32.7 -2.1) |
| LCH | lch(33.0 32.8 356.3) |
| OKLCH | oklch(0.436 0.100 357.0) |
Copy-ready code
/* CSS */
color: #7b3752;
background-color: #7b3752;
/* Tailwind (arbitrary) */
class="text-[#7b3752] bg-[#7b3752]"
/* SCSS */
$brand: #7b3752;
/* SwiftUI */
Color(red: 0.482, green: 0.216, blue: 0.322)
/* Android */
Color.parseColor("#7b3752")Accessibility — WCAG contrast
Aa
#7b3752 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b3752 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green21.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow33.3%
Key (black)51.8%
Color previews
#7b3752 text on a black background
contrast 2.51:1
Card sample
#7b3752 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b3752;
Background color
Panel with #7b3752 background
background-color: #7b3752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b3752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 55, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 55, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b3752; background: linear-gradient(135deg, #7b3752, #7B4937);