#642467
a dark, vivid magenta / pink · warm · closest name: purple
RGB
100, 36, 103
HSL
297°, 48%, 27%
CMYK
3, 65, 0, 60
Luminance
0.0495
Every format
| HEX | #642467 |
| RGB | rgb(100, 36, 103) |
| HSL | hsl(297, 48%, 27%) |
| CMYK | cmyk(3%, 65%, 0%, 60%) |
| LAB | lab(26.6 38.5 -25.9) |
| LCH | lch(26.6 46.4 326.1) |
| OKLCH | oklch(0.384 0.128 325.9) |
Copy-ready code
/* CSS */
color: #642467;
background-color: #642467;
/* Tailwind (arbitrary) */
class="text-[#642467] bg-[#642467]"
/* SCSS */
$brand: #642467;
/* SwiftUI */
Color(red: 0.392, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#642467")Accessibility — WCAG contrast
Aa
#642467 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#642467 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green14.1%
Blue40.4%
CMYK percentages
Cyan2.9%
Magenta65.0%
Yellow0.0%
Key (black)59.6%
Color previews
#642467 text on a black background
contrast 1.99:1
Card sample
#642467 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #642467;
Background color
Panel with #642467 background
background-color: #642467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #642467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #642467; background: linear-gradient(135deg, #642467, #67243D);