#facfcb
a pale, electric red · warm · closest name: pink
RGB
250, 207, 203
HSL
5°, 83%, 89%
CMYK
0, 17, 19, 2
Luminance
0.6926
Every format
| HEX | #facfcb |
| RGB | rgb(250, 207, 203) |
| HSL | hsl(5, 83%, 89%) |
| CMYK | cmyk(0%, 17%, 19%, 2%) |
| LAB | lab(86.6 14.5 7.7) |
| LCH | lch(86.6 16.4 27.9) |
| OKLCH | oklch(0.890 0.049 24.3) |
Copy-ready code
/* CSS */
color: #facfcb;
background-color: #facfcb;
/* Tailwind (arbitrary) */
class="text-[#facfcb] bg-[#facfcb]"
/* SCSS */
$brand: #facfcb;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.796)
/* Android */
Color.parseColor("#facfcb")Accessibility — WCAG contrast
Aa
#facfcb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfcb on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow18.8%
Key (black)2.0%
Color previews
#facfcb text on a black background
contrast 14.85:1
Card sample
#facfcb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfcb;
Background color
Panel with #facfcb background
background-color: #facfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfcb; background: linear-gradient(135deg, #facfcb, #FAEECB);