#fa9fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 159, 223
HSL
318°, 90%, 80%
CMYK
0, 36, 11, 2
Luminance
0.5045
Every format
| HEX | #fa9fdf |
| RGB | rgb(250, 159, 223) |
| HSL | hsl(318, 90%, 80%) |
| CMYK | cmyk(0%, 36%, 11%, 2%) |
| LAB | lab(76.3 42.8 -18.3) |
| LCH | lch(76.3 46.5 336.9) |
| OKLCH | oklch(0.813 0.134 338.6) |
Copy-ready code
/* CSS */
color: #fa9fdf;
background-color: #fa9fdf;
/* Tailwind (arbitrary) */
class="text-[#fa9fdf] bg-[#fa9fdf]"
/* SCSS */
$brand: #fa9fdf;
/* SwiftUI */
Color(red: 0.980, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#fa9fdf")Accessibility — WCAG contrast
Aa
#fa9fdf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa9fdf on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow10.8%
Key (black)2.0%
Color previews
#fa9fdf text on a black background
contrast 11.09:1
Card sample
#fa9fdf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa9fdf;
Background color
Panel with #fa9fdf background
background-color: #fa9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa9fdf; background: linear-gradient(135deg, #fa9fdf, #FA9FA2);