#d641eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 65, 235
HSL
293°, 81%, 59%
CMYK
9, 72, 0, 8
Luminance
0.2407
Every format
| HEX | #d641eb |
| RGB | rgb(214, 65, 235) |
| HSL | hsl(293, 81%, 59%) |
| CMYK | cmyk(9%, 72%, 0%, 8%) |
| LAB | lab(56.2 77.5 -56.7) |
| LCH | lch(56.2 96.1 323.8) |
| OKLCH | oklch(0.656 0.260 322.4) |
Copy-ready code
/* CSS */
color: #d641eb;
background-color: #d641eb;
/* Tailwind (arbitrary) */
class="text-[#d641eb] bg-[#d641eb]"
/* SCSS */
$brand: #d641eb;
/* SwiftUI */
Color(red: 0.839, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#d641eb")Accessibility — WCAG contrast
Aa
#d641eb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d641eb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green25.5%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d641eb text on a black background
contrast 5.81:1
Card sample
#d641eb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d641eb;
Background color
Panel with #d641eb background
background-color: #d641eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d641eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d641eb; background: linear-gradient(135deg, #d641eb, #EB418F);