#f640fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 64, 253
HSL
298°, 98%, 62%
CMYK
3, 75, 0, 1
Luminance
0.3035
Every format
| HEX | #f640fd |
| RGB | rgb(246, 64, 253) |
| HSL | hsl(298, 98%, 62%) |
| CMYK | cmyk(3%, 75%, 0%, 1%) |
| LAB | lab(62.0 87.0 -57.2) |
| LCH | lch(62.0 104.1 326.7) |
| OKLCH | oklch(0.710 0.288 326.4) |
Copy-ready code
/* CSS */
color: #f640fd;
background-color: #f640fd;
/* Tailwind (arbitrary) */
class="text-[#f640fd] bg-[#f640fd]"
/* SCSS */
$brand: #f640fd;
/* SwiftUI */
Color(red: 0.965, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#f640fd")Accessibility — WCAG contrast
Aa
#f640fd on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f640fd on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green25.1%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f640fd text on a black background
contrast 7.07:1
Card sample
#f640fd text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f640fd;
Background color
Panel with #f640fd background
background-color: #f640fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f640fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f640fd; background: linear-gradient(135deg, #f640fd, #FD4086);