#f643fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 67, 253
HSL
298°, 98%, 63%
CMYK
3, 74, 0, 1
Luminance
0.3070
Every format
| HEX | #f643fd |
| RGB | rgb(246, 67, 253) |
| HSL | hsl(298, 98%, 63%) |
| CMYK | cmyk(3%, 74%, 0%, 1%) |
| LAB | lab(62.3 86.2 -56.7) |
| LCH | lch(62.3 103.2 326.6) |
| OKLCH | oklch(0.712 0.285 326.4) |
Copy-ready code
/* CSS */
color: #f643fd;
background-color: #f643fd;
/* Tailwind (arbitrary) */
class="text-[#f643fd] bg-[#f643fd]"
/* SCSS */
$brand: #f643fd;
/* SwiftUI */
Color(red: 0.965, green: 0.263, blue: 0.992)
/* Android */
Color.parseColor("#f643fd")Accessibility — WCAG contrast
Aa
#f643fd on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f643fd on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green26.3%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta73.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f643fd text on a black background
contrast 7.14:1
Card sample
#f643fd text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f643fd;
Background color
Panel with #f643fd background
background-color: #f643fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f643fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 67, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 67, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f643fd; background: linear-gradient(135deg, #f643fd, #FD4388);