#facee9
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 206, 233
HSL
323°, 82%, 89%
CMYK
0, 18, 7, 2
Luminance
0.7035
Every format
| HEX | #facee9 |
| RGB | rgb(250, 206, 233) |
| HSL | hsl(323, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 7%, 2%) |
| LAB | lab(87.2 19.8 -7.5) |
| LCH | lch(87.2 21.2 339.4) |
| OKLCH | oklch(0.897 0.060 341.0) |
Copy-ready code
/* CSS */
color: #facee9;
background-color: #facee9;
/* Tailwind (arbitrary) */
class="text-[#facee9] bg-[#facee9]"
/* SCSS */
$brand: #facee9;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.914)
/* Android */
Color.parseColor("#facee9")Accessibility — WCAG contrast
Aa
#facee9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facee9 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow6.8%
Key (black)2.0%
Color previews
#facee9 text on a black background
contrast 15.07:1
Card sample
#facee9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facee9;
Background color
Panel with #facee9 background
background-color: #facee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facee9; background: linear-gradient(135deg, #facee9, #FAD0CE);