#673b67
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
103, 59, 103
HSL
300°, 27%, 32%
CMYK
0, 43, 0, 60
Luminance
0.0699
Every format
| HEX | #673b67 |
| RGB | rgb(103, 59, 103) |
| HSL | hsl(300, 27%, 32%) |
| CMYK | cmyk(0%, 43%, 0%, 60%) |
| LAB | lab(31.8 26.9 -17.8) |
| LCH | lch(31.8 32.3 326.6) |
| OKLCH | oklch(0.423 0.089 327.0) |
Copy-ready code
/* CSS */
color: #673b67;
background-color: #673b67;
/* Tailwind (arbitrary) */
class="text-[#673b67] bg-[#673b67]"
/* SCSS */
$brand: #673b67;
/* SwiftUI */
Color(red: 0.404, green: 0.231, blue: 0.404)
/* Android */
Color.parseColor("#673b67")Accessibility — WCAG contrast
Aa
#673b67 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673b67 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green23.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow0.0%
Key (black)59.6%
Color previews
#673b67 text on a black background
contrast 2.40:1
Card sample
#673b67 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673b67;
Background color
Panel with #673b67 background
background-color: #673b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 59, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 59, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673b67; background: linear-gradient(135deg, #673b67, #673B4A);