#f64cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 76, 253
HSL
298°, 98%, 65%
CMYK
3, 70, 0, 1
Luminance
0.3185
Every format
| HEX | #f64cfd |
| RGB | rgb(246, 76, 253) |
| HSL | hsl(298, 98%, 65%) |
| CMYK | cmyk(3%, 70%, 0%, 1%) |
| LAB | lab(63.2 83.4 -55.2) |
| LCH | lch(63.2 100.0 326.5) |
| OKLCH | oklch(0.719 0.276 326.3) |
Copy-ready code
/* CSS */
color: #f64cfd;
background-color: #f64cfd;
/* Tailwind (arbitrary) */
class="text-[#f64cfd] bg-[#f64cfd]"
/* SCSS */
$brand: #f64cfd;
/* SwiftUI */
Color(red: 0.965, green: 0.298, blue: 0.992)
/* Android */
Color.parseColor("#f64cfd")Accessibility — WCAG contrast
Aa
#f64cfd on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64cfd on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green29.8%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta70.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f64cfd text on a black background
contrast 7.37:1
Card sample
#f64cfd text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64cfd;
Background color
Panel with #f64cfd background
background-color: #f64cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 76, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 76, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64cfd; background: linear-gradient(135deg, #f64cfd, #FD4C8E);