#facffd
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 207, 253
HSL
296°, 92%, 90%
CMYK
1, 18, 0, 1
Luminance
0.7204
Every format
| HEX | #facffd |
| RGB | rgb(250, 207, 253) |
| HSL | hsl(296, 92%, 90%) |
| CMYK | cmyk(1%, 18%, 0%, 1%) |
| LAB | lab(88.0 22.8 -16.8) |
| LCH | lch(88.0 28.3 323.6) |
| OKLCH | oklch(0.905 0.077 324.1) |
Copy-ready code
/* CSS */
color: #facffd;
background-color: #facffd;
/* Tailwind (arbitrary) */
class="text-[#facffd] bg-[#facffd]"
/* SCSS */
$brand: #facffd;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#facffd")Accessibility — WCAG contrast
Aa
#facffd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facffd on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#facffd text on a black background
contrast 15.41:1
Card sample
#facffd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facffd;
Background color
Panel with #facffd background
background-color: #facffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facffd; background: linear-gradient(135deg, #facffd, #FDCFE1);