#fd64eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 100, 235
HSL
307°, 98%, 69%
CMYK
0, 61, 7, 1
Luminance
0.3600
Every format
| HEX | #fd64eb |
| RGB | rgb(253, 100, 235) |
| HSL | hsl(307, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 7%, 1%) |
| LAB | lab(66.5 73.4 -40.0) |
| LCH | lch(66.5 83.5 331.4) |
| OKLCH | oklch(0.742 0.237 332.6) |
Copy-ready code
/* CSS */
color: #fd64eb;
background-color: #fd64eb;
/* Tailwind (arbitrary) */
class="text-[#fd64eb] bg-[#fd64eb]"
/* SCSS */
$brand: #fd64eb;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#fd64eb")Accessibility — WCAG contrast
Aa
#fd64eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd64eb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow7.1%
Key (black)0.8%
Color previews
#fd64eb text on a black background
contrast 8.20:1
Card sample
#fd64eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd64eb;
Background color
Panel with #fd64eb background
background-color: #fd64eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd64eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd64eb; background: linear-gradient(135deg, #fd64eb, #FD6485);