#fa54ff
a light, electric magenta / pink · warm · closest name: magenta
RGB
250, 84, 255
HSL
298°, 100%, 67%
CMYK
2, 67, 0, 0
Luminance
0.3388
Every format
| HEX | #fa54ff |
| RGB | rgb(250, 84, 255) |
| HSL | hsl(298, 100%, 67%) |
| CMYK | cmyk(2%, 67%, 0%, 0%) |
| LAB | lab(64.9 81.8 -53.6) |
| LCH | lch(64.9 97.8 326.8) |
| OKLCH | oklch(0.733 0.271 326.7) |
Copy-ready code
/* CSS */
color: #fa54ff;
background-color: #fa54ff;
/* Tailwind (arbitrary) */
class="text-[#fa54ff] bg-[#fa54ff]"
/* SCSS */
$brand: #fa54ff;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 1.000)
/* Android */
Color.parseColor("#fa54ff")Accessibility — WCAG contrast
Aa
#fa54ff on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa54ff on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue100.0%
CMYK percentages
Cyan2.0%
Magenta67.1%
Yellow0.0%
Key (black)0.0%
Color previews
#fa54ff text on a black background
contrast 7.78:1
Card sample
#fa54ff text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa54ff;
Background color
Panel with #fa54ff background
background-color: #fa54ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa54ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa54ff; background: linear-gradient(135deg, #fa54ff, #FF5492);