#f641eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 65, 235
HSL
304°, 91%, 61%
CMYK
0, 74, 5, 4
Luminance
0.2937
Every format
| HEX | #f641eb |
| RGB | rgb(246, 65, 235) |
| HSL | hsl(304, 91%, 61%) |
| CMYK | cmyk(0%, 74%, 5%, 4%) |
| LAB | lab(61.1 84.0 -48.5) |
| LCH | lch(61.1 97.0 330.0) |
| OKLCH | oklch(0.701 0.274 330.7) |
Copy-ready code
/* CSS */
color: #f641eb;
background-color: #f641eb;
/* Tailwind (arbitrary) */
class="text-[#f641eb] bg-[#f641eb]"
/* SCSS */
$brand: #f641eb;
/* SwiftUI */
Color(red: 0.965, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#f641eb")Accessibility — WCAG contrast
Aa
#f641eb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f641eb on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green25.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow4.5%
Key (black)3.5%
Color previews
#f641eb text on a black background
contrast 6.87:1
Card sample
#f641eb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f641eb;
Background color
Panel with #f641eb background
background-color: #f641eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f641eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f641eb; background: linear-gradient(135deg, #f641eb, #F64173);