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