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