#facfc6
a pale, electric red · warm · closest name: pink
RGB
250, 207, 198
HSL
10°, 84%, 88%
CMYK
0, 17, 21, 2
Luminance
0.6903
Every format
| HEX | #facfc6 |
| RGB | rgb(250, 207, 198) |
| HSL | hsl(10, 84%, 88%) |
| CMYK | cmyk(0%, 17%, 21%, 2%) |
| LAB | lab(86.5 13.8 10.1) |
| LCH | lch(86.5 17.1 36.4) |
| OKLCH | oklch(0.889 0.050 31.8) |
Copy-ready code
/* CSS */
color: #facfc6;
background-color: #facfc6;
/* Tailwind (arbitrary) */
class="text-[#facfc6] bg-[#facfc6]"
/* SCSS */
$brand: #facfc6;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.776)
/* Android */
Color.parseColor("#facfc6")Accessibility — WCAG contrast
Aa
#facfc6 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfc6 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow20.8%
Key (black)2.0%
Color previews
#facfc6 text on a black background
contrast 14.81:1
Card sample
#facfc6 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfc6;
Background color
Panel with #facfc6 background
background-color: #facfc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfc6; background: linear-gradient(135deg, #facfc6, #FAF2C6);