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