#ed64fd
a light, electric magenta / pink · warm · closest name: violet
RGB
237, 100, 253
HSL
294°, 98%, 69%
CMYK
6, 61, 0, 1
Luminance
0.3421
Every format
| HEX | #ed64fd |
| RGB | rgb(237, 100, 253) |
| HSL | hsl(294, 98%, 69%) |
| CMYK | cmyk(6%, 61%, 0%, 1%) |
| LAB | lab(65.1 72.5 -52.2) |
| LCH | lch(65.1 89.3 324.2) |
| OKLCH | oklch(0.730 0.243 323.4) |
Copy-ready code
/* CSS */
color: #ed64fd;
background-color: #ed64fd;
/* Tailwind (arbitrary) */
class="text-[#ed64fd] bg-[#ed64fd]"
/* SCSS */
$brand: #ed64fd;
/* SwiftUI */
Color(red: 0.929, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#ed64fd")Accessibility — WCAG contrast
Aa
#ed64fd on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed64fd on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green39.2%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ed64fd text on a black background
contrast 7.84:1
Card sample
#ed64fd text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed64fd;
Background color
Panel with #ed64fd background
background-color: #ed64fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed64fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed64fd; background: linear-gradient(135deg, #ed64fd, #FD64A7);