#facfed
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 207, 237
HSL
318°, 81%, 90%
CMYK
0, 17, 5, 2
Luminance
0.7106
Every format
| HEX | #facfed |
| RGB | rgb(250, 207, 237) |
| HSL | hsl(318, 81%, 90%) |
| CMYK | cmyk(0%, 17%, 5%, 2%) |
| LAB | lab(87.5 20.0 -9.1) |
| LCH | lch(87.5 21.9 335.6) |
| OKLCH | oklch(0.900 0.062 337.2) |
Copy-ready code
/* CSS */
color: #facfed;
background-color: #facfed;
/* Tailwind (arbitrary) */
class="text-[#facfed] bg-[#facfed]"
/* SCSS */
$brand: #facfed;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.929)
/* Android */
Color.parseColor("#facfed")Accessibility — WCAG contrast
Aa
#facfed on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfed on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow5.2%
Key (black)2.0%
Color previews
#facfed text on a black background
contrast 15.21:1
Card sample
#facfed text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfed;
Background color
Panel with #facfed background
background-color: #facfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfed; background: linear-gradient(135deg, #facfed, #FACFD0);