#d64eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 78, 238
HSL
291°, 83%, 62%
CMYK
10, 67, 0, 7
Luminance
0.2592
Every format
| HEX | #d64eee |
| RGB | rgb(214, 78, 238) |
| HSL | hsl(291, 83%, 62%) |
| CMYK | cmyk(10%, 67%, 0%, 7%) |
| LAB | lab(58.0 73.4 -55.5) |
| LCH | lch(58.0 92.1 322.9) |
| OKLCH | oklch(0.669 0.248 321.3) |
Copy-ready code
/* CSS */
color: #d64eee;
background-color: #d64eee;
/* Tailwind (arbitrary) */
class="text-[#d64eee] bg-[#d64eee]"
/* SCSS */
$brand: #d64eee;
/* SwiftUI */
Color(red: 0.839, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#d64eee")Accessibility — WCAG contrast
Aa
#d64eee on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d64eee on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green30.6%
Blue93.3%
CMYK percentages
Cyan10.1%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#d64eee text on a black background
contrast 6.18:1
Card sample
#d64eee text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d64eee;
Background color
Panel with #d64eee background
background-color: #d64eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d64eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d64eee; background: linear-gradient(135deg, #d64eee, #EE4E9B);