#f641df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 65, 223
HSL
308°, 91%, 61%
CMYK
0, 74, 9, 4
Luminance
0.2870
Every format
| HEX | #f641df |
| RGB | rgb(246, 65, 223) |
| HSL | hsl(308, 91%, 61%) |
| CMYK | cmyk(0%, 74%, 9%, 4%) |
| LAB | lab(60.5 82.3 -42.7) |
| LCH | lch(60.5 92.7 332.5) |
| OKLCH | oklch(0.695 0.266 333.8) |
Copy-ready code
/* CSS */
color: #f641df;
background-color: #f641df;
/* Tailwind (arbitrary) */
class="text-[#f641df] bg-[#f641df]"
/* SCSS */
$brand: #f641df;
/* SwiftUI */
Color(red: 0.965, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#f641df")Accessibility — WCAG contrast
Aa
#f641df on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f641df on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green25.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow9.3%
Key (black)3.5%
Color previews
#f641df text on a black background
contrast 6.74:1
Card sample
#f641df text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f641df;
Background color
Panel with #f641df background
background-color: #f641df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f641df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f641df; background: linear-gradient(135deg, #f641df, #F64166);