#f641ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 65, 186
HSL
320°, 91%, 61%
CMYK
0, 74, 24, 4
Luminance
0.2692
Every format
| HEX | #f641ba |
| RGB | rgb(246, 65, 186) |
| HSL | hsl(320, 91%, 61%) |
| CMYK | cmyk(0%, 74%, 24%, 4%) |
| LAB | lab(58.9 77.4 -24.2) |
| LCH | lch(58.9 81.1 342.6) |
| OKLCH | oklch(0.678 0.243 344.6) |
Copy-ready code
/* CSS */
color: #f641ba;
background-color: #f641ba;
/* Tailwind (arbitrary) */
class="text-[#f641ba] bg-[#f641ba]"
/* SCSS */
$brand: #f641ba;
/* SwiftUI */
Color(red: 0.965, green: 0.255, blue: 0.729)
/* Android */
Color.parseColor("#f641ba")Accessibility — WCAG contrast
Aa
#f641ba on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f641ba on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green25.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow24.4%
Key (black)3.5%
Color previews
#f641ba text on a black background
contrast 6.38:1
Card sample
#f641ba text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f641ba;
Background color
Panel with #f641ba background
background-color: #f641ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f641ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 65, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 65, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f641ba; background: linear-gradient(135deg, #f641ba, #F64141);