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