#fa54f2
a light, electric magenta / pink · warm · closest name: magenta
RGB
250, 84, 242
HSL
303°, 94%, 66%
CMYK
0, 66, 3, 2
Luminance
0.3308
Every format
| HEX | #fa54f2 |
| RGB | rgb(250, 84, 242) |
| HSL | hsl(303, 94%, 66%) |
| CMYK | cmyk(0%, 66%, 3%, 2%) |
| LAB | lab(64.2 79.8 -47.5) |
| LCH | lch(64.2 92.9 329.3) |
| OKLCH | oklch(0.726 0.261 329.9) |
Copy-ready code
/* CSS */
color: #fa54f2;
background-color: #fa54f2;
/* Tailwind (arbitrary) */
class="text-[#fa54f2] bg-[#fa54f2]"
/* SCSS */
$brand: #fa54f2;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.949)
/* Android */
Color.parseColor("#fa54f2")Accessibility — WCAG contrast
Aa
#fa54f2 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa54f2 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow3.2%
Key (black)2.0%
Color previews
#fa54f2 text on a black background
contrast 7.62:1
Card sample
#fa54f2 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa54f2;
Background color
Panel with #fa54f2 background
background-color: #fa54f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa54f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa54f2; background: linear-gradient(135deg, #fa54f2, #FA5483);