#642f5d
a dark, soft magenta / pink · warm · closest name: purple
RGB
100, 47, 93
HSL
308°, 36%, 29%
CMYK
0, 53, 7, 61
Luminance
0.0553
Every format
| HEX | #642f5d |
| RGB | rgb(100, 47, 93) |
| HSL | hsl(308, 36%, 29%) |
| CMYK | cmyk(0%, 53%, 7%, 61%) |
| LAB | lab(28.2 30.8 -16.9) |
| LCH | lch(28.2 35.2 331.3) |
| OKLCH | oklch(0.394 0.099 332.5) |
Copy-ready code
/* CSS */
color: #642f5d;
background-color: #642f5d;
/* Tailwind (arbitrary) */
class="text-[#642f5d] bg-[#642f5d]"
/* SCSS */
$brand: #642f5d;
/* SwiftUI */
Color(red: 0.392, green: 0.184, blue: 0.365)
/* Android */
Color.parseColor("#642f5d")Accessibility — WCAG contrast
Aa
#642f5d on white: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#642f5d on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green18.4%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow7.0%
Key (black)60.8%
Color previews
#642f5d text on a black background
contrast 2.11:1
Card sample
#642f5d text on a white background
contrast 9.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #642f5d;
Background color
Panel with #642f5d background
background-color: #642f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #642f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 47, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 47, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #642f5d; background: linear-gradient(135deg, #642f5d, #642F3A);