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