#673c49
a dark, soft magenta / pink · warm · closest name: gray
RGB
103, 60, 73
HSL
342°, 26%, 32%
CMYK
0, 42, 29, 60
Luminance
0.0660
Every format
| HEX | #673c49 |
| RGB | rgb(103, 60, 73) |
| HSL | hsl(342, 26%, 32%) |
| CMYK | cmyk(0%, 42%, 29%, 60%) |
| LAB | lab(30.9 20.8 0.2) |
| LCH | lch(30.9 20.8 0.5) |
| OKLCH | oklch(0.412 0.063 0.7) |
Copy-ready code
/* CSS */
color: #673c49;
background-color: #673c49;
/* Tailwind (arbitrary) */
class="text-[#673c49] bg-[#673c49]"
/* SCSS */
$brand: #673c49;
/* SwiftUI */
Color(red: 0.404, green: 0.235, blue: 0.286)
/* Android */
Color.parseColor("#673c49")Accessibility — WCAG contrast
Aa
#673c49 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673c49 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green23.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow29.1%
Key (black)59.6%
Color previews
#673c49 text on a black background
contrast 2.32:1
Card sample
#673c49 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673c49;
Background color
Panel with #673c49 background
background-color: #673c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 60, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 60, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673c49; background: linear-gradient(135deg, #673c49, #674C3C);