#ff64fd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 100, 253
HSL
301°, 100%, 70%
CMYK
0, 61, 1, 0
Luminance
0.3747
Every format
| HEX | #ff64fd |
| RGB | rgb(255, 100, 253) |
| HSL | hsl(301, 100%, 70%) |
| CMYK | cmyk(0%, 61%, 1%, 0%) |
| LAB | lab(67.6 76.7 -48.1) |
| LCH | lch(67.6 90.5 327.9) |
| OKLCH | oklch(0.753 0.252 328.2) |
Copy-ready code
/* CSS */
color: #ff64fd;
background-color: #ff64fd;
/* Tailwind (arbitrary) */
class="text-[#ff64fd] bg-[#ff64fd]"
/* SCSS */
$brand: #ff64fd;
/* SwiftUI */
Color(red: 1.000, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#ff64fd")Accessibility — WCAG contrast
Aa
#ff64fd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff64fd on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow0.8%
Key (black)0.0%
Color previews
#ff64fd text on a black background
contrast 8.49:1
Card sample
#ff64fd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff64fd;
Background color
Panel with #ff64fd background
background-color: #ff64fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff64fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff64fd; background: linear-gradient(135deg, #ff64fd, #FF6496);