#f65cfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
246, 92, 253
HSL
297°, 98%, 68%
CMYK
3, 64, 0, 1
Luminance
0.3434
Every format
| HEX | #f65cfd |
| RGB | rgb(246, 92, 253) |
| HSL | hsl(297, 98%, 68%) |
| CMYK | cmyk(3%, 64%, 0%, 1%) |
| LAB | lab(65.2 77.7 -52.0) |
| LCH | lch(65.2 93.5 326.2) |
| OKLCH | oklch(0.734 0.258 326.0) |
Copy-ready code
/* CSS */
color: #f65cfd;
background-color: #f65cfd;
/* Tailwind (arbitrary) */
class="text-[#f65cfd] bg-[#f65cfd]"
/* SCSS */
$brand: #f65cfd;
/* SwiftUI */
Color(red: 0.965, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#f65cfd")Accessibility — WCAG contrast
Aa
#f65cfd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f65cfd on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green36.1%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f65cfd text on a black background
contrast 7.87:1
Card sample
#f65cfd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65cfd;
Background color
Panel with #f65cfd background
background-color: #f65cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65cfd; background: linear-gradient(135deg, #f65cfd, #FD5C98);