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