#7b445f
a dark, soft magenta / pink · warm · closest name: gray
RGB
123, 68, 95
HSL
331°, 29%, 38%
CMYK
0, 45, 23, 52
Luminance
0.0917
Every format
| HEX | #7b445f |
| RGB | rgb(123, 68, 95) |
| HSL | hsl(331, 29%, 38%) |
| CMYK | cmyk(0%, 45%, 23%, 52%) |
| LAB | lab(36.3 27.4 -5.5) |
| LCH | lch(36.3 28.0 348.6) |
| OKLCH | oklch(0.462 0.083 350.0) |
Copy-ready code
/* CSS */
color: #7b445f;
background-color: #7b445f;
/* Tailwind (arbitrary) */
class="text-[#7b445f] bg-[#7b445f]"
/* SCSS */
$brand: #7b445f;
/* SwiftUI */
Color(red: 0.482, green: 0.267, blue: 0.373)
/* Android */
Color.parseColor("#7b445f")Accessibility — WCAG contrast
Aa
#7b445f on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b445f on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green26.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow22.8%
Key (black)51.8%
Color previews
#7b445f text on a black background
contrast 2.83:1
Card sample
#7b445f text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b445f;
Background color
Panel with #7b445f background
background-color: #7b445f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b445f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 68, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 68, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b445f; background: linear-gradient(135deg, #7b445f, #7B4E44);