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