#fa54f6
a light, electric magenta / pink · warm · closest name: magenta
RGB
250, 84, 246
HSL
301°, 94%, 66%
CMYK
0, 66, 2, 2
Luminance
0.3332
Every format
| HEX | #fa54f6 |
| RGB | rgb(250, 84, 246) |
| HSL | hsl(301, 94%, 66%) |
| CMYK | cmyk(0%, 66%, 2%, 2%) |
| LAB | lab(64.4 80.4 -49.4) |
| LCH | lch(64.4 94.4 328.5) |
| OKLCH | oklch(0.728 0.264 328.9) |
Copy-ready code
/* CSS */
color: #fa54f6;
background-color: #fa54f6;
/* Tailwind (arbitrary) */
class="text-[#fa54f6] bg-[#fa54f6]"
/* SCSS */
$brand: #fa54f6;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.965)
/* Android */
Color.parseColor("#fa54f6")Accessibility — WCAG contrast
Aa
#fa54f6 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa54f6 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow1.6%
Key (black)2.0%
Color previews
#fa54f6 text on a black background
contrast 7.66:1
Card sample
#fa54f6 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa54f6;
Background color
Panel with #fa54f6 background
background-color: #fa54f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa54f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa54f6; background: linear-gradient(135deg, #fa54f6, #FA5488);