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