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