#faa7fd
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 167, 253
HSL
298°, 96%, 82%
CMYK
1, 34, 0, 1
Luminance
0.5505
Every format
| HEX | #faa7fd |
| RGB | rgb(250, 167, 253) |
| HSL | hsl(298, 96%, 82%) |
| CMYK | cmyk(1%, 34%, 0%, 1%) |
| LAB | lab(79.1 43.8 -30.4) |
| LCH | lch(79.1 53.3 325.3) |
| OKLCH | oklch(0.837 0.146 325.6) |
Copy-ready code
/* CSS */
color: #faa7fd;
background-color: #faa7fd;
/* Tailwind (arbitrary) */
class="text-[#faa7fd] bg-[#faa7fd]"
/* SCSS */
$brand: #faa7fd;
/* SwiftUI */
Color(red: 0.980, green: 0.655, blue: 0.992)
/* Android */
Color.parseColor("#faa7fd")Accessibility — WCAG contrast
Aa
#faa7fd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa7fd on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green65.5%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta34.0%
Yellow0.0%
Key (black)0.8%
Color previews
#faa7fd text on a black background
contrast 12.01:1
Card sample
#faa7fd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa7fd;
Background color
Panel with #faa7fd background
background-color: #faa7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 167, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 167, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa7fd; background: linear-gradient(135deg, #faa7fd, #FDA7C7);