#fe64fd
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 100, 253
HSL
300°, 99%, 69%
CMYK
0, 61, 0, 0
Luminance
0.3728
Every format
| HEX | #fe64fd |
| RGB | rgb(254, 100, 253) |
| HSL | hsl(300, 99%, 69%) |
| CMYK | cmyk(0%, 61%, 0%, 0%) |
| LAB | lab(67.5 76.5 -48.4) |
| LCH | lch(67.5 90.5 327.7) |
| OKLCH | oklch(0.752 0.252 328.0) |
Copy-ready code
/* CSS */
color: #fe64fd;
background-color: #fe64fd;
/* Tailwind (arbitrary) */
class="text-[#fe64fd] bg-[#fe64fd]"
/* SCSS */
$brand: #fe64fd;
/* SwiftUI */
Color(red: 0.996, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#fe64fd")Accessibility — WCAG contrast
Aa
#fe64fd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe64fd on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green39.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow0.4%
Key (black)0.4%
Color previews
#fe64fd text on a black background
contrast 8.46:1
Card sample
#fe64fd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe64fd;
Background color
Panel with #fe64fd background
background-color: #fe64fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe64fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe64fd; background: linear-gradient(135deg, #fe64fd, #FE6496);