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