#facafd
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 202, 253
HSL
297°, 93%, 89%
CMYK
1, 20, 0, 1
Luminance
0.6966
Every format
| HEX | #facafd |
| RGB | rgb(250, 202, 253) |
| HSL | hsl(297, 93%, 89%) |
| CMYK | cmyk(1%, 20%, 0%, 1%) |
| LAB | lab(86.8 25.4 -18.6) |
| LCH | lch(86.8 31.5 323.9) |
| OKLCH | oklch(0.896 0.086 324.4) |
Copy-ready code
/* CSS */
color: #facafd;
background-color: #facafd;
/* Tailwind (arbitrary) */
class="text-[#facafd] bg-[#facafd]"
/* SCSS */
$brand: #facafd;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#facafd")Accessibility — WCAG contrast
Aa
#facafd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facafd on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#facafd text on a black background
contrast 14.93:1
Card sample
#facafd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facafd;
Background color
Panel with #facafd background
background-color: #facafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facafd; background: linear-gradient(135deg, #facafd, #FDCADE);