#facecf
a pale, electric red · warm · closest name: pink
RGB
250, 206, 207
HSL
359°, 82%, 89%
CMYK
0, 18, 17, 2
Luminance
0.6897
Every format
| HEX | #facecf |
| RGB | rgb(250, 206, 207) |
| HSL | hsl(359, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 17%, 2%) |
| LAB | lab(86.5 15.6 5.3) |
| LCH | lch(86.5 16.5 18.9) |
| OKLCH | oklch(0.889 0.050 16.6) |
Copy-ready code
/* CSS */
color: #facecf;
background-color: #facecf;
/* Tailwind (arbitrary) */
class="text-[#facecf] bg-[#facecf]"
/* SCSS */
$brand: #facecf;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#facecf")Accessibility — WCAG contrast
Aa
#facecf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facecf on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow17.2%
Key (black)2.0%
Color previews
#facecf text on a black background
contrast 14.79:1
Card sample
#facecf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facecf;
Background color
Panel with #facecf background
background-color: #facecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facecf; background: linear-gradient(135deg, #facecf, #FAEACE);