#f464fd
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 100, 253
HSL
297°, 98%, 69%
CMYK
4, 61, 0, 1
Luminance
0.3544
Every format
| HEX | #f464fd |
| RGB | rgb(244, 100, 253) |
| HSL | hsl(297, 98%, 69%) |
| CMYK | cmyk(4%, 61%, 0%, 1%) |
| LAB | lab(66.1 74.1 -50.6) |
| LCH | lch(66.1 89.8 325.6) |
| OKLCH | oklch(0.739 0.247 325.3) |
Copy-ready code
/* CSS */
color: #f464fd;
background-color: #f464fd;
/* Tailwind (arbitrary) */
class="text-[#f464fd] bg-[#f464fd]"
/* SCSS */
$brand: #f464fd;
/* SwiftUI */
Color(red: 0.957, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#f464fd")Accessibility — WCAG contrast
Aa
#f464fd on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f464fd on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green39.2%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f464fd text on a black background
contrast 8.09:1
Card sample
#f464fd text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f464fd;
Background color
Panel with #f464fd background
background-color: #f464fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f464fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f464fd; background: linear-gradient(135deg, #f464fd, #FD64A0);