#f64df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 77, 240
HSL
302°, 90%, 63%
CMYK
0, 69, 2, 4
Luminance
0.3119
Every format
| HEX | #f64df0 |
| RGB | rgb(246, 77, 240) |
| HSL | hsl(302, 90%, 63%) |
| CMYK | cmyk(0%, 69%, 2%, 4%) |
| LAB | lab(62.7 81.0 -48.9) |
| LCH | lch(62.7 94.6 328.9) |
| OKLCH | oklch(0.713 0.265 329.4) |
Copy-ready code
/* CSS */
color: #f64df0;
background-color: #f64df0;
/* Tailwind (arbitrary) */
class="text-[#f64df0] bg-[#f64df0]"
/* SCSS */
$brand: #f64df0;
/* SwiftUI */
Color(red: 0.965, green: 0.302, blue: 0.941)
/* Android */
Color.parseColor("#f64df0")Accessibility — WCAG contrast
Aa
#f64df0 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f64df0 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.2%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow2.4%
Key (black)3.5%
Color previews
#f64df0 text on a black background
contrast 7.24:1
Card sample
#f64df0 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64df0;
Background color
Panel with #f64df0 background
background-color: #f64df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 77, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 77, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64df0; background: linear-gradient(135deg, #f64df0, #F64D7F);