#643c49
a dark, soft magenta / pink · warm · closest name: gray
RGB
100, 60, 73
HSL
341°, 25%, 31%
CMYK
0, 40, 27, 61
Luminance
0.0642
Every format
| HEX | #643c49 |
| RGB | rgb(100, 60, 73) |
| HSL | hsl(341, 25%, 31%) |
| CMYK | cmyk(0%, 40%, 27%, 61%) |
| LAB | lab(30.4 19.6 -0.5) |
| LCH | lch(30.4 19.6 358.6) |
| OKLCH | oklch(0.408 0.059 359.1) |
Copy-ready code
/* CSS */
color: #643c49;
background-color: #643c49;
/* Tailwind (arbitrary) */
class="text-[#643c49] bg-[#643c49]"
/* SCSS */
$brand: #643c49;
/* SwiftUI */
Color(red: 0.392, green: 0.235, blue: 0.286)
/* Android */
Color.parseColor("#643c49")Accessibility — WCAG contrast
Aa
#643c49 on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#643c49 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green23.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow27.0%
Key (black)60.8%
Color previews
#643c49 text on a black background
contrast 2.28:1
Card sample
#643c49 text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643c49;
Background color
Panel with #643c49 background
background-color: #643c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 60, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 60, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643c49; background: linear-gradient(135deg, #643c49, #644A3C);