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