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