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