#faaafb
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 170, 251
HSL
299°, 91%, 83%
CMYK
0, 32, 0, 2
Luminance
0.5604
Every format
| HEX | #faaafb |
| RGB | rgb(250, 170, 251) |
| HSL | hsl(299, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 0%, 2%) |
| LAB | lab(79.6 41.9 -28.4) |
| LCH | lch(79.6 50.6 325.8) |
| OKLCH | oklch(0.841 0.139 326.3) |
Copy-ready code
/* CSS */
color: #faaafb;
background-color: #faaafb;
/* Tailwind (arbitrary) */
class="text-[#faaafb] bg-[#faaafb]"
/* SCSS */
$brand: #faaafb;
/* SwiftUI */
Color(red: 0.980, green: 0.667, blue: 0.984)
/* Android */
Color.parseColor("#faaafb")Accessibility — WCAG contrast
Aa
#faaafb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faaafb on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green66.7%
Blue98.4%
CMYK percentages
Cyan0.4%
Magenta32.3%
Yellow0.0%
Key (black)1.6%
Color previews
#faaafb text on a black background
contrast 12.21:1
Card sample
#faaafb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faaafb;
Background color
Panel with #faaafb background
background-color: #faaafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faaafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 170, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 170, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faaafb; background: linear-gradient(135deg, #faaafb, #FBAAC6);