#fa54fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
250, 84, 253
HSL
299°, 98%, 66%
CMYK
1, 67, 0, 1
Luminance
0.3376
Every format
| HEX | #fa54fd |
| RGB | rgb(250, 84, 253) |
| HSL | hsl(299, 98%, 66%) |
| CMYK | cmyk(1%, 67%, 0%, 1%) |
| LAB | lab(64.8 81.5 -52.7) |
| LCH | lch(64.8 97.1 327.1) |
| OKLCH | oklch(0.731 0.269 327.2) |
Copy-ready code
/* CSS */
color: #fa54fd;
background-color: #fa54fd;
/* Tailwind (arbitrary) */
class="text-[#fa54fd] bg-[#fa54fd]"
/* SCSS */
$brand: #fa54fd;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#fa54fd")Accessibility — WCAG contrast
Aa
#fa54fd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa54fd on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#fa54fd text on a black background
contrast 7.75:1
Card sample
#fa54fd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa54fd;
Background color
Panel with #fa54fd background
background-color: #fa54fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa54fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa54fd; background: linear-gradient(135deg, #fa54fd, #FD548F);