#f64dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 77, 254
HSL
297°, 99%, 65%
CMYK
3, 70, 0, 0
Luminance
0.3206
Every format
| HEX | #f64dfe |
| RGB | rgb(246, 77, 254) |
| HSL | hsl(297, 99%, 65%) |
| CMYK | cmyk(3%, 70%, 0%, 0%) |
| LAB | lab(63.4 83.2 -55.5) |
| LCH | lch(63.4 100.0 326.3) |
| OKLCH | oklch(0.721 0.276 326.0) |
Copy-ready code
/* CSS */
color: #f64dfe;
background-color: #f64dfe;
/* Tailwind (arbitrary) */
class="text-[#f64dfe] bg-[#f64dfe]"
/* SCSS */
$brand: #f64dfe;
/* SwiftUI */
Color(red: 0.965, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#f64dfe")Accessibility — WCAG contrast
Aa
#f64dfe on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64dfe on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.2%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta69.7%
Yellow0.0%
Key (black)0.4%
Color previews
#f64dfe text on a black background
contrast 7.41:1
Card sample
#f64dfe text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64dfe;
Background color
Panel with #f64dfe background
background-color: #f64dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64dfe; background: linear-gradient(135deg, #f64dfe, #FE4D90);