#f654fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
246, 84, 253
HSL
298°, 98%, 66%
CMYK
3, 67, 0, 1
Luminance
0.3303
Every format
| HEX | #f654fd |
| RGB | rgb(246, 84, 253) |
| HSL | hsl(298, 98%, 66%) |
| CMYK | cmyk(3%, 67%, 0%, 1%) |
| LAB | lab(64.2 80.7 -53.6) |
| LCH | lch(64.2 96.9 326.4) |
| OKLCH | oklch(0.726 0.267 326.1) |
Copy-ready code
/* CSS */
color: #f654fd;
background-color: #f654fd;
/* Tailwind (arbitrary) */
class="text-[#f654fd] bg-[#f654fd]"
/* SCSS */
$brand: #f654fd;
/* SwiftUI */
Color(red: 0.965, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#f654fd")Accessibility — WCAG contrast
Aa
#f654fd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f654fd on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green32.9%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f654fd text on a black background
contrast 7.61:1
Card sample
#f654fd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f654fd;
Background color
Panel with #f654fd background
background-color: #f654fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f654fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f654fd; background: linear-gradient(135deg, #f654fd, #FD5493);