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