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