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