#facee3
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 206, 227
HSL
331°, 82%, 89%
CMYK
0, 18, 9, 2
Luminance
0.7001
Every format
| HEX | #facee3 |
| RGB | rgb(250, 206, 227) |
| HSL | hsl(331, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 9%, 2%) |
| LAB | lab(87.0 18.8 -4.5) |
| LCH | lch(87.0 19.3 346.5) |
| OKLCH | oklch(0.895 0.056 347.9) |
Copy-ready code
/* CSS */
color: #facee3;
background-color: #facee3;
/* Tailwind (arbitrary) */
class="text-[#facee3] bg-[#facee3]"
/* SCSS */
$brand: #facee3;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.890)
/* Android */
Color.parseColor("#facee3")Accessibility — WCAG contrast
Aa
#facee3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facee3 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow9.2%
Key (black)2.0%
Color previews
#facee3 text on a black background
contrast 15.00:1
Card sample
#facee3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facee3;
Background color
Panel with #facee3 background
background-color: #facee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facee3; background: linear-gradient(135deg, #facee3, #FAD6CE);