#642c3c
a dark, soft magenta / pink · warm · closest name: black
RGB
100, 44, 60
HSL
343°, 39%, 28%
CMYK
0, 56, 40, 61
Luminance
0.0484
Every format
| HEX | #642c3c |
| RGB | rgb(100, 44, 60) |
| HSL | hsl(343, 39%, 28%) |
| CMYK | cmyk(0%, 56%, 40%, 61%) |
| LAB | lab(26.3 27.1 2.0) |
| LCH | lch(26.3 27.2 4.3) |
| OKLCH | oklch(0.375 0.083 3.9) |
Copy-ready code
/* CSS */
color: #642c3c;
background-color: #642c3c;
/* Tailwind (arbitrary) */
class="text-[#642c3c] bg-[#642c3c]"
/* SCSS */
$brand: #642c3c;
/* SwiftUI */
Color(red: 0.392, green: 0.173, blue: 0.235)
/* Android */
Color.parseColor("#642c3c")Accessibility — WCAG contrast
Aa
#642c3c on white: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#642c3c on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green17.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow40.0%
Key (black)60.8%
Color previews
#642c3c text on a black background
contrast 1.97:1
Card sample
#642c3c text on a white background
contrast 10.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #642c3c;
Background color
Panel with #642c3c background
background-color: #642c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #642c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 44, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 44, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #642c3c; background: linear-gradient(135deg, #642c3c, #64412C);