#faaafd
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 170, 253
HSL
298°, 95%, 83%
CMYK
1, 33, 0, 1
Luminance
0.5617
Every format
| HEX | #faaafd |
| RGB | rgb(250, 170, 253) |
| HSL | hsl(298, 95%, 83%) |
| CMYK | cmyk(1%, 33%, 0%, 1%) |
| LAB | lab(79.7 42.3 -29.4) |
| LCH | lch(79.7 51.5 325.2) |
| OKLCH | oklch(0.842 0.141 325.5) |
Copy-ready code
/* CSS */
color: #faaafd;
background-color: #faaafd;
/* Tailwind (arbitrary) */
class="text-[#faaafd] bg-[#faaafd]"
/* SCSS */
$brand: #faaafd;
/* SwiftUI */
Color(red: 0.980, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#faaafd")Accessibility — WCAG contrast
Aa
#faaafd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faaafd on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green66.7%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#faaafd text on a black background
contrast 12.23:1
Card sample
#faaafd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faaafd;
Background color
Panel with #faaafd background
background-color: #faaafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faaafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faaafd; background: linear-gradient(135deg, #faaafd, #FDAAC9);