#fa9ade
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 154, 222
HSL
318°, 91%, 79%
CMYK
0, 38, 11, 2
Luminance
0.4871
Every format
| HEX | #fa9ade |
| RGB | rgb(250, 154, 222) |
| HSL | hsl(318, 91%, 79%) |
| CMYK | cmyk(0%, 38%, 11%, 2%) |
| LAB | lab(75.3 45.2 -19.4) |
| LCH | lch(75.3 49.2 336.8) |
| OKLCH | oklch(0.805 0.141 338.5) |
Copy-ready code
/* CSS */
color: #fa9ade;
background-color: #fa9ade;
/* Tailwind (arbitrary) */
class="text-[#fa9ade] bg-[#fa9ade]"
/* SCSS */
$brand: #fa9ade;
/* SwiftUI */
Color(red: 0.980, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#fa9ade")Accessibility — WCAG contrast
Aa
#fa9ade on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa9ade on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green60.4%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow11.2%
Key (black)2.0%
Color previews
#fa9ade text on a black background
contrast 10.74:1
Card sample
#fa9ade text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa9ade;
Background color
Panel with #fa9ade background
background-color: #fa9ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa9ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa9ade; background: linear-gradient(135deg, #fa9ade, #FA9A9E);