#673c6b
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
103, 60, 107
HSL
295°, 28%, 33%
CMYK
4, 44, 0, 58
Luminance
0.0718
Every format
| HEX | #673c6b |
| RGB | rgb(103, 60, 107) |
| HSL | hsl(295, 28%, 33%) |
| CMYK | cmyk(4%, 44%, 0%, 58%) |
| LAB | lab(32.2 27.2 -19.6) |
| LCH | lch(32.2 33.5 324.1) |
| OKLCH | oklch(0.427 0.091 323.9) |
Copy-ready code
/* CSS */
color: #673c6b;
background-color: #673c6b;
/* Tailwind (arbitrary) */
class="text-[#673c6b] bg-[#673c6b]"
/* SCSS */
$brand: #673c6b;
/* SwiftUI */
Color(red: 0.404, green: 0.235, blue: 0.420)
/* Android */
Color.parseColor("#673c6b")Accessibility — WCAG contrast
Aa
#673c6b on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673c6b on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green23.5%
Blue42.0%
CMYK percentages
Cyan3.7%
Magenta43.9%
Yellow0.0%
Key (black)58.0%
Color previews
#673c6b text on a black background
contrast 2.44:1
Card sample
#673c6b text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673c6b;
Background color
Panel with #673c6b background
background-color: #673c6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673c6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 60, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 60, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673c6b; background: linear-gradient(135deg, #673c6b, #6B3C50);