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