#641b40
a deep, vivid magenta / pink · warm · closest name: purple
RGB
100, 27, 64
HSL
330°, 58%, 25%
CMYK
0, 73, 36, 61
Luminance
0.0386
Every format
| HEX | #641b40 |
| RGB | rgb(100, 27, 64) |
| HSL | hsl(330, 58%, 25%) |
| CMYK | cmyk(0%, 73%, 36%, 61%) |
| LAB | lab(23.2 36.2 -5.2) |
| LCH | lch(23.2 36.6 351.9) |
| OKLCH | oklch(0.353 0.112 353.2) |
Copy-ready code
/* CSS */
color: #641b40;
background-color: #641b40;
/* Tailwind (arbitrary) */
class="text-[#641b40] bg-[#641b40]"
/* SCSS */
$brand: #641b40;
/* SwiftUI */
Color(red: 0.392, green: 0.106, blue: 0.251)
/* Android */
Color.parseColor("#641b40")Accessibility — WCAG contrast
Aa
#641b40 on white: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#641b40 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green10.6%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow36.0%
Key (black)60.8%
Color previews
#641b40 text on a black background
contrast 1.77:1
Card sample
#641b40 text on a white background
contrast 11.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #641b40;
Background color
Panel with #641b40 background
background-color: #641b40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #641b40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 27, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 27, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #641b40; background: linear-gradient(135deg, #641b40, #64271B);